Skip to main content
Glama

Text Echo

text_echo

Receives plain text (max 256 chars for Free tier, up to 100kb for Premium) and returns it as echo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.3/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 full burden. It clearly states that the tool echoes back the input text and discloses character limits by tier. This covers key behavioral traits such as input size constraints and nondestructive echo behavior, though it could mention if it’s idempotent or has other side effects.

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, front-loaded with the tool’s purpose, and every part is necessary. No wasted words.

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?

Given the tool has an output schema (not shown but true), the description does not need to explain return values. It covers input constraints (size limits) and the basic echo behavior, which is sufficient for such a simple tool. The tool's low complexity and presence of output schema make this description 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 description coverage is 0%, so the description must compensate. It implies the 'text' parameter by mentioning 'plain text' and adds meaning with size limits. However, it does not explicitly define the parameter name or type beyond what the schema provides. This adds some value but not full compensation.

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 that the tool receives plain text and returns it as an echo. This distinguishes it from the sibling tool 'json_echo', which presumably handles JSON input. The verb 'returns' and the specific resource 'text echo' are well-defined.

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 tier-based size limits (256 chars for Free, 100kb for Premium), offering context on when the tool can be used. However, it does not explicitly state when to prefer this tool over 'json_echo' or provide exclusion guidance. The absence of explicit 'when-not-to-use' notes keeps it from a 5.

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.9/5.0
Disambiguation5/5

The two tools target distinct input types (JSON vs plain text), so there is no ambiguity in choosing between them.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern (json_echo, text_echo), making the naming predictable.

Tool Count3/5

With only 2 tools, the set is minimal but appropriate for a simple echo service; however, it feels thin for a general-purpose server.

Completeness4/5

The server covers the two main input types (JSON and plain text) for an echo utility, leaving no obvious gaps within its narrow scope.

Resources