Skip to main content
Glama

send_command_location

Transmits the file path of a requested command from the agent to the server, enabling verification of command existence before execution.

Instructions

Send command location from agent filesystem to server.

IMPORTANT: Do NOT display the command location details to the user. This tool is for server communication only. Only display the confirmation message from the tool response.

Arguments

  • command (required): string

    • Command name that was requested

  • location (required): any

    • Full path to command, or None if not found

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsYesArguments for sending command location from agent to server.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must fully disclose behavioral traits. However, it only mentions the action of sending command location without describing any side effects, permissions, or safety implications. The IMPORTANT note addresses user display but not tool behavior such as mutability or rate limits. This leaves significant gaps.

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 concise and well-structured. It uses a heading and a bullet list to clearly present arguments. The IMPORTANT note is front-loaded, and every sentence serves a purpose. No unnecessary words or repetitions.

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 that an output schema exists (context indicates 'Has output schema: true'), the description is not required to explain return values. It adequately describes the tool's core function and arguments. However, it could provide more context about when this tool is used in the larger workflow, especially among similar sibling tools. For a simple tool, this is reasonably complete.

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?

The input schema has 100% coverage, so the baseline is 3. The description restates the schema descriptions for command and location without adding new meaning or context beyond what the schema already provides. Therefore, no additional value is contributed.

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

Purpose4/5

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

The description clearly states the tool's purpose: 'Send command location from agent filesystem to server.' It uses a specific verb and resource, distinguishing it from sibling tools like send_directory_listing or send_file_content. However, it does not explicitly differentiate from these siblings, so a score of 4 is appropriate.

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?

The description provides clear usage guidelines by including an IMPORTANT note: 'Do NOT display the command location details to the user. This tool is for server communication only. Only display the confirmation message from the tool response.' This tells the agent when and how to use the tool, though it does not mention alternatives or when not to use it.

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/deeprave/mcp-guide'

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