Skip to main content
Glama

echo

Verifies tool parameter passing by returning the exact input text. Use this to test MCP server argument handling and communication.

Instructions

原样返回输入的文本,用于测试工具参数传递是否正常。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It plainly states that the input text is returned unchanged, which implies a side-effect-free, read-only diagnostic operation. This is sufficient for a tool of this simplicity.

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 one concise sentence, front-loaded with the core behavior and followed by the purpose. There is no filler, and every clause earns its place.

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 trivial echo utility with one required parameter and an output schema, the description plus schema fully cover what an agent needs to select and invoke the tool correctly.

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

Parameters4/5

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

Schema description coverage is 0%, but the description references '输入的文本', which maps directly to the only required parameter, text. For a single obvious string parameter, this adequately compensates for the missing schema description.

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 states a specific verb ('返回') and resource ('输入的文本'), and adds the intended purpose of testing parameter passing. This clearly identifies what the tool does and distinguishes it from siblings that perform substantive work like paper_search or pdf_extract.

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 explicitly states when to use the tool: to verify that tool parameter passing behaves correctly. It does not mention exclusions or alternatives, but for a diagnostic echo utility the intended context is clear enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/xyser-craner/personal-student-MCP'

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