Skip to main content
Glama

Passthrough Call

passthrough_call
Destructive

Directly call an MCP tool for debugging raw input/output. Use only for diagnostics; normal operations should use execute_code.

Instructions

⚠️ DEBUGGING TOOL - Direct MCP tool call. HIGH TOKEN COST (10-100x vs execute_code).

Only use for debugging raw tool input/output. Use execute_code for all normal operations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
serverYesName of the MCP server to call.
toolYesName of the tool to invoke.
paramsNoParameters to pass to the tool.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
successYes
resultNo
errorNo
metricsYes
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already indicate destructiveHint=true. The description adds critical behavioral traits: high token cost (10-100x vs execute_code) and its debugging-only nature, which goes beyond annotations. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise with 3 sentences, front-loaded with a warning emoji and key cost information. Every sentence adds value without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a passthrough tool that calls other tools, the description covers purpose, cost, and usage restrictions. Output schema exists, so return values need not be explained. Complete given the tool's nature.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Input schema has 3 parameters with 100% description coverage. The description does not add any additional meaning beyond what the schema already provides, so baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the tool as a debugging tool for direct MCP tool calls, with a specific verb ('call') and resource ('tool'). It distinguishes from the sibling 'execute_code' by stating its debugging-only purpose and high token cost.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use ('only use for debugging raw tool input/output') and when not to use ('use execute_code for all normal operations'), providing clear guidance and an alternative.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/darkiceinteractive/mcp-conductor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server