Skip to main content
Glama

send_working_directory

Transmits the agent's working directory to the server, enabling context-aware operations.

Instructions

Send working directory from agent filesystem to server.

IMPORTANT: Do NOT display the working directory path to the user. This tool is for server communication only. Only display the confirmation message from the tool response.

Arguments

  • path (required): string

    • Current working directory path

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
argsYesArguments for sending working directory 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?

With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool is for server communication but does not disclose any side effects, authentication requirements, rate limits, or what happens on the server side. This lack of detail leaves the agent uninformed about potential consequences.

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

Conciseness4/5

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

The description is well-structured with a clear purpose sentence, an important warning, and a labeled arguments section. It is reasonably concise, though the arguments section largely duplicates schema information. Every sentence adds value, but the redundancy slightly reduces efficiency.

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?

The tool has one parameter with full schema coverage and an output schema exists, so the description is mostly complete. It clarifies the tool's internal use and the required action for the agent. However, it omits details about the confirmation message format and possible errors, which would make it fully 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?

Schema coverage is 100%, so the schema already documents the 'path' parameter fully. The description repeats the parameter name and type but adds no extra meaning beyond what the schema provides. It meets the baseline but does not enhance understanding.

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 the action: 'Send working directory from agent filesystem to server.' It pairs a specific verb ('send') with a specific resource ('working directory') and distinguishes itself from sibling tools like 'send_command_location' and 'send_directory_listing' by focusing solely on the working directory.

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 provides explicit instructions: 'Do NOT display the working directory path to the user. This tool is for server communication only. Only display the confirmation message from the tool response.' This tells the agent exactly when and how to use the tool, including what not to do.

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