Skip to main content
Glama

run_tool

Executes any registered tool, from bash and file operations to web search and memory, enabling automation of diverse tasks within Claude Code.

Instructions

Execute any registered tool (bash, read, write, edit, glob, grep, git, web_fetch, web_search, memory_*)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesTool name to execute
paramsYesTool parameters
Behavior2/5

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

With no annotations provided, the description carries the full burden. It only says 'Execute any registered tool' without disclosing side effects, security implications (e.g., running arbitrary bash), error behavior, or return format. This is a significant gap for a tool that can invoke arbitrary functionality.

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 a single, concise sentence that front-loads the main purpose and then lists examples. Every word earns its place; there is no redundancy or fluff.

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

Completeness2/5

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

For a generic tool with no output schema and no annotations, the description is too sparse. It fails to specify expected return values, error handling, or the security context of executing tools like bash. The complexity of a dispatcher warrants more guidance than this.

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?

Schema coverage is 100%, with 'name' and 'params' both described. The description adds a list of tool name examples, which gives some context, but it does not elaborate on how 'params' should be structured depending on the chosen tool. This is only a slight improvement over the schema.

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 states that this tool executes any registered tool, with specific examples (bash, read, write, edit, glob, grep, git, web_fetch, web_search, memory_*). This distinguishes it from the many sibling tools that each perform a specific, dedicated action.

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

Usage Guidelines3/5

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

Usage guidance is implied rather than explicit. Saying 'Execute any registered tool' suggests it is a generic dispatcher, but the description does not explicitly say when to prefer this over dedicated siblings or mention any exclusions or alternatives.

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/kcdjmaxx/HomarUScc'

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