gateway.invoke
Invoke tools on downstream MCP servers with schema-validated arguments and automatic output truncation to prevent oversized responses.
Instructions
Invoke a tool on a downstream MCP server. Arguments are validated against the tool schema before execution. Output is automatically truncated if too large.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| options | No | ||
| tool_id | Yes | The tool ID in format "server_name::tool_name" | |
| arguments | No | Arguments to pass to the tool (must match tool schema) | |
| run_correlation_id | No | Scoped-advisor run correlation ID | |
| seat_correlation_id | No | Scoped-advisor seat correlation ID | |
| evidence_label_digest | No | SHA-256 digest of the caller evidence label |