broker_call_tool
Invoke any upstream MCP tool through the broker using its namespaced name and matching arguments, after describing it to verify schema and profile exposure.
Instructions
Call one profile-visible upstream MCP tool through the broker using its broker-qualified name and exact argument object. The broker's mutating-tool policy remains gated by the active profile's allowlist, so call broker_describe_tool first and pass only arguments accepted by the described upstream schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | Yes | Exact JSON object accepted by the described upstream tool schema. Use an empty object only when broker_describe_tool shows that the upstream tool accepts no parameters. | |
| name | Yes | Full broker-qualified tool name to invoke. Use a name returned by broker_search_tools or broker_describe_tool, not an unqualified upstream name. |