Skip to main content
Glama

Echo

echo

Echoes the provided text back to the caller.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYesText to echo back

TDQS

A3.9/5.0
Behavior4/5

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

With no annotations, the description carries the full behavioral burden. It accurately conveys that the tool returns the supplied text unchanged, which fully covers the relevant behavior for this trivial tool. It does not need to disclose side effects because the behavior itself implies none.

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 sentence with no filler, front-loading the action immediately. Every word contributes to understanding the tool's purpose.

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 one-parameter tool with no output schema and no annotations, the description is complete. It states the operation, the input, and the result ('back to the caller'), leaving nothing material unknown to the agent.

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 description coverage is 100%, so the schema already fully documents the single 'text' parameter. The description adds no new parameter-meaning detail; it merely restates the concept, which earns the baseline score.

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 uses a clear verb ('Echoes') and resource ('the provided text') and makes the tool's function immediately obvious. It does not explicitly differentiate from siblings, but the purpose is unambiguous enough that an agent would not confuse it with 'add' or 'server_time'.

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 is implied: an agent would use this when it needs to echo text back. However, the description gives no explicit guidance about when to choose this tool over alternatives or any exclusions, leaving the context entirely implicit.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.8/5.0
Disambiguation5/5

Each tool performs a completely distinct function—numeric addition, text echoing, and time retrieval—with zero overlap in purpose. An agent would never confuse these tools.

Naming Consistency3/5

add and echo are single-word verbs, while server_time is a noun phrase with an underscore, creating a slight inconsistency. The names are readable and lowercase, but the pattern is not uniformly maintained.

Tool Count3/5

Three tools falls within the acceptable range, but the tools are so unrelated that the set feels like a random collection rather than a purposeful server. A more focused server would either have more tools around a coherent domain or make a clearer case for each tool.

Completeness2/5

There is no identifiable domain or workflow to assess coverage against; the tools are disconnected and provide only trivial operations. As a usable server for any real task, it offers almost no meaningful capability surface.

Resources