Skip to main content
Glama

Currency USD

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

A4.1/5.0
Behavior4/5

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

The description discloses the key behavioral trait that the body is discarded, which is significant for an AI agent understanding the non-persistent nature of the operation. However, with no annotations provided, more detail on edge cases (e.g., handling of non-JSON strings, size limits) would be beneficial.

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 concise sentences with no unnecessary information. The key point (validation + discard) is front-loaded, making it easy for an agent to grasp quickly.

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

Completeness3/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 output schema, the description is reasonably complete. However, the presence of 4 unrelated-looking parameters (url, host, json, zone) without explaining their roles in the validation context creates ambiguity. No return value description is provided, which is a gap for a tool that outputs a validation result.

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 coverage is 100%, so all parameters are documented in the schema. However, the description doesn't clarify the relationship between the 'json' parameter and other parameters like 'url' or 'host' – whether url/host are alternative inputs or context for the validation. Baseline 3 is given since schema does the heavy lifting but description could have clarified parameter interplay.

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 the tool's purpose: validating whether a body is valid JSON, and explicitly notes the body is discarded after the check. This distinguishes it from sibling tools which appear to be normalization/citation/timezone utilities.

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 implies the tool's use case: checking JSON validity without persisting the input. While it doesn't explicitly name alternatives or exclusions, the sibling list makes the differentiation clear enough.

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/5.0
Disambiguation2/5

Several tools overlap in purpose: citation and normalize-url both inspect URLs, timezone and utc-time both return current time, and compatibility's classification is unclear next to status-catalog. The broad mix of currency, time, URL, and HTTP tools makes selection ambiguous.

Naming Consistency2/5

Names are all lowercase hyphenated, but there is no consistent verb_noun or domain-noun pattern. Vague names like citation and compatibility sit beside concrete names like status-catalog and utc-time, making the naming feel arbitrary.

Tool Count2/5

Eleven tools is not inherently excessive, but only one tool relates to the server's stated 'Currency USD' domain. The count is padded with unrelated utilities across timezones, URLs, robots, and JSON, so it does not fit the server's apparent scope.

Completeness1/5

For a currency-related server, the surface is almost entirely missing: only fx-usd exists, with no conversion, rates, formatting, or currency list. Even as a general utility set, it has no coherent domain and many natural operations are absent.