Skip to main content
Glama
Ownership verified

Server Details

Free platform to test MCP clients without installing anything. Create mock tools with dynamic templates, configurable delays, conditions (if/then), and response sequences. Supports JSON-RPC 2.0 over Streamable HTTP. Built-in text_echo and json_echo tools. Rate-limited tiers: anonymous (5 calls/min, 1 mock tool), registered (10 calls/min, 4 mock tools), premium (60 calls/min, unlimited). Zero setup — no install, no registration required. More info: https://www.testmcp.dev

Status
Unhealthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4/5 across 2 of 2 tools scored. Lowest: 3.4/5.

Server CoherenceA
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.

Available Tools

2 tools
json_echoJSON EchoAInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
json_dataYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

Behavior4/5

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

With no annotations, the description effectively discloses the echo behavior and size constraints. It is clear that the tool is read-only and returns the input. A slightly higher score would require explicit mention of no side effects or authentication needs.

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 that is efficient and front-loaded with the core purpose. Every word is necessary, and there is no redundant information.

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?

For a simple echo tool with one parameter, the description covers purpose and size limits. It does not explain what 'echo' means in detail, but given the presence of an output schema, that is acceptable. Minor improvement could clarify the echo behavior.

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

Parameters2/5

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

The description does not reference the only parameter, json_data. With 0% schema description coverage, the description should provide additional context but fails to do so. The parameter name is self-explanatory, but the description adds no semantic value.

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 the tool receives JSON and returns it as echo, identifying the core purpose. However, it lacks an explicit statement that it is a testing/debugging tool, and sibling differentiation is implied rather than explicit.

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?

The description provides size limits for Free vs Premium tiers, which gives context, but does not explicitly guide when to use json_echo over text_echo. The differentiation is implied by the input type.

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

text_echoText EchoAInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
textYes

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

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.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources