Skip to main content
Glama

invoke_tool

Invoke a tool on a downstream server. Large outputs are compressed; full output retrievable via read_more with the returned handle.

Instructions

Invoke a tool on a downstream server (memory). Large outputs are compressed; full output retrievable via read_more with the returned handle.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsNo
toolYes
serverYes
Behavior4/5

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

No annotations are provided, so the description carries full burden. It discloses that large outputs are compressed and that full output is retrievable via read_more with the returned handle. No contradiction with annotations since none exist.

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?

Single, well-structured sentence that front-loads the core purpose and adds key behavioral detail. No wasted words.

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

Completeness4/5

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

Given no output schema, the description covers the essential output behavior (compression and retrieval). Lacks error handling or prerequisites, but sufficient for the tool's role as an invocation proxy.

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

Parameters2/5

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

Schema has 3 parameters (args, tool, server) with 0% schema description coverage. The description does not explain any parameter semantics, leaving the agent to infer from names alone.

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?

Clearly states it invokes a tool on a downstream server, distinguishing it from sibling tools like list_tool_categories and search_tools. Also explicitly mentions the companion tool read_more for retrieving compressed output.

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

Usage Guidelines4/5

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

Implies when to use (to invoke a tool on a server) and how to handle large outputs via read_more. Does not explicitly state when not to use or compare to other invocation methods, but provides clear context.

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/Alepha188838884/context-firewall'

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