Execute capability
execute_capabilityRun any downstream MCP capability by ID with matching arguments. Starts the target server on demand and forwards inputs verbatim, enabling execution across connected servers without loading schemas into context.
Instructions
Execute a downstream MCP capability by ID. The underlying server is started on demand and the arguments are forwarded verbatim.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | Arguments matching the tool's input schema (see describe_capabilities) | |
| capabilityId | Yes | Capability ID to execute |