Skip to main content
Version: 8.9 (unreleased)

Available tools

The following tools are available through the Orchestration Cluster MCP server, grouped by domain.

info

Tool names, parameters, and response schemas are fully discoverable by MCP clients at runtime. The exact tool signatures may evolve across versions.

Cluster

ToolDescription
getClusterStatusReturns whether the cluster is healthy (at least one partition has a healthy leader).
getTopologyReturns cluster topology including brokers, partitions, roles, health, and versions.

Incidents

ToolDescription
searchIncidentsSearch incidents with filters such as state, error type, element ID, creation time range, process definition key, and process instance key.
getIncidentRetrieve an incident by key.
resolveIncidentResolve an incident. For job-related incidents, job retries are automatically updated.

Process definitions

ToolDescription
searchProcessDefinitionsSearch process definitions with filters such as name and key.
getProcessDefinitionRetrieve a process definition by key.
getProcessDefinitionXmlRetrieve the BPMN XML of a process definition.

Process instances

ToolDescription
searchProcessInstancesSearch process instances with filters.
getProcessInstanceRetrieve a process instance by key.
createProcessInstanceCreate a new process instance, optionally with variables or awaiting completion.

User tasks

ToolDescription
searchUserTasksSearch user tasks with filters such as assignee, state, and process definition key.
getUserTaskRetrieve a user task by key.
assignUserTaskUpdate the assignment of a user task.
searchUserTaskVariablesSearch variables scoped to a specific user task.

Variables

ToolDescription
searchVariablesSearch variables with filters.
getVariableRetrieve a variable by key.