Skip to main content
Glama
rsascha

mcp-debug-claude-desktop

by rsascha

echo

Returns the provided text unchanged to identify chat windows in debug captures, helping distinguish tool calls during MCP protocol analysis.

Instructions

Returns its text argument unchanged. Use a different text per chat window to tell the windows apart in the capture.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesText to return unchanged.
Behavior5/5

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

With no annotations provided, the description carries the full burden. 'Returns its text argument unchanged' fully discloses the behavior with no hidden side effects or prerequisites. This is a complete and honest description for a simple echo tool.

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 two sentences, front-loaded with the purpose, followed by a practical usage hint. Every word earns its place with no 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 tool with one parameter and full schema coverage, the description is complete: it states the core function and gives a relevant use case. No output schema is needed, and the sibling tool names make the context clear.

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 already fully describes the single 'text' parameter with 'Text to return unchanged' (100% coverage). The tool description adds no additional semantic information beyond paraphrasing the schema, so the baseline 3 applies.

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 'Returns its text argument unchanged', which is a specific verb and resource. However, it does not explicitly name sibling tools or differentiate from ping, sized_echo, or slow_echo, so it lacks explicit sibling differentiation.

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?

Provides clear context with 'Use a different text per chat window to tell the windows apart in the capture', indicating a specific use case. However, it does not explicitly discuss when not to use this tool or suggest 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/rsascha/mcp-debug-claude-desktop'

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