Skip to main content
Glama

Currency EUR

validate-json

Check whether a body is valid JSON. The body is discarded.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoHTTPS URL to normalize or cite
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
zoneNoIANA timezone name

Schema Changelog

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

  1. First observed

TDQS

A3.6/5.0
Behavior3/5

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

The description discloses one meaningful behavioral trait: 'The body is discarded' — indicating no persistent side effect. However, with no annotations provided, the description carries the full burden, and it does not clarify whether the tool returns a boolean, raises errors, or what happens for malformed input. The mention of 'body' while the schema has a 'json' field is also ambiguous.

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?

Two short sentences with zero fluff. The main purpose is front-loaded, and the discard note is placed immediately where it matters. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a validation tool with no annotations and no output schema, the description should explain what the tool returns or how the result is signaled. It also fails to reconcile the four schema parameters with the tool's JSON-validation purpose. The 'body is discarded' note partially addresses side effects, but overall the definition is under-specified for an agent to confidently call it.

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 baseline is 3. The description does not add meaning beyond the schema, and notably the schema includes url, host, and zone parameters that are completely unexplained by the description — these may be shared/generic parameters, but their relevance to JSON validation is unclear.

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?

States a specific verb ('Check whether') and resource ('body is valid JSON'), and names the discard behavior. It is clearly distinguishable from sibling tools like normalize-url and timezone-related tools, all of which target different resources.

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 purpose implies when to use it — when you need to verify that some text is valid JSON. However, it gives no explicit guidance on when not to use it, no mention of alternatives, and no context about whether this should be preferred over other validation approaches. With no annotations to fill the gap, this is only implicit usage guidance.

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

C2.1/5.0
Disambiguation3/5

Most tools have distinct outputs, but there is noticeable overlap in the URL/HTTP cluster (citation, normalize-url, inspect-robots, status-catalog) and the time cluster (utc-time, timezone, iana-zones). The 'compatibility' tool is vague and could be confused with citation or status-catalog.

Naming Consistency2/5

Naming styles are mixed: some tools use verb-noun patterns like 'validate-json' and 'normalize-url', while others are noun-based like 'citation' and 'compatibility', or hyphenated domain terms like 'fx-eur' and 'iana-zones'. The inconsistent conventions make the set feel ad hoc.

Tool Count2/5

Eleven tools is not inherently excessive, but the server is named 'Currency EUR' and only one tool relates to currency. The rest are URL, time, HTTP, and JSON utilities, so the count is inappropriate for the apparent purpose.

Completeness1/5

For a currency-focused server, the surface is severely incomplete: there is no exchange conversion, rate lookup, historical data, or multi-currency support. The unrelated utility tools do not compensate for the missing core currency functionality.