Skip to main content
Version: 5.3.0.0

Tools

Orchestra Designer MCP Tools

ToolDescription
list_projectsGet all projects in a given context (public or user).
list_scenariosGet all scenarios of a project.
scenario_informationGet full information about a specific scenario.
create_projectCreate a new project in a given context.
create_scenarioCreate a new scenario within a project.
delete_projectDelete a project in a given context.
delete_scenarioDelete a scenario within a project.
scenario_element_metadataGet metadata for a scenario element type or import type (e.g. SCENARIO_ELEMENT, CHANNEL, ENVIRONMENT_ENTRY).
create_scenario_elementCreate a scenario element (e.g. channel, env entry, mapping) in a scenario.
delete_scenario_elementDelete a scenario element from a scenario.
scenario_element_infoGet full information for a specific scenario element.
scenario_element_schemaGet the JSON schema for a scenario element (by pluginID and optional subtype).
patch_scenario_elementUpdate a scenario element with partial data (patch).
list_scenario_elementList all scenario elements in a scenario, optionally filtered by type.
import_elementCreate a scenario element by importing content (e.g. BPMN, mappings) with a given import type.
designer_download_scenarioDownload a valid scenario (e.g. as .psc file).
designer_download_projectDownload a valid project (e.g. as .psb file).
designer_upload_scenarioUpload a scenario file into a project.
scenario_element_validationValidate a scenario element and return errors and warnings.
info

scenario_element_info, designer_download_scenario & designer_download_project are disabled by default to prevent unintentional data exposure to an external LLM. To enable them, remove the respective entries from disable.tools in your environment_settings.xml.