Skip to main content
Glama

ISO country DE

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

C2.6/5.0
Behavior2/5

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

With no annotations, the description must carry the full behavioral burden. It only states the body is discarded, but does not mention side effects, return value, error handling, or whether the tool is read-only. This is insufficient for an agent to predict its behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one concise sentence, front-loading the core action. However, its brevity sacrifices essential clarity about parameter mapping and behavior, so it is efficient but not sufficiently informative.

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 tool with no output schema and no annotations, the description is too sparse. It omits return format, error behavior, and which parameter is actually validated. An agent would be uncertain how to invoke it correctly given the four parameters.

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?

The schema already provides descriptions for all four parameters (url, host, json, zone) with 100% coverage, so the baseline is 3. The description adds nothing beyond the schema—it doesn't clarify which parameter is the 'body' or provide any additional semantic context.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool validates JSON, but the term 'body' is ambiguous—the schema exposes url, host, json, and zone parameters, and it's unclear which one is the body. It doesn't explicitly map to a specific parameter or distinguish from siblings, though none of the siblings appear to do JSON validation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives, no prerequisites, and no mention of which parameter to provide. The description does not explain the context in which this tool is appropriate.

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.2/5.0
Disambiguation4/5

Most tools have distinct functions, though 'citation' and 'normalize-url' both handle URLs, and 'timezone'/'utc-time' overlap in time handling. 'compatibility' is vague but not truly duplicate.

Naming Consistency3/5

Names are all lowercase hyphenated, but mix verb-led ('inspect-robots', 'normalize-url', 'validate-json') and noun-led ('citation', 'timezone', 'status-catalog') patterns; 'cc-de' is an outlier.

Tool Count2/5

11 tools is not inherently excessive, but the server name implies a narrow ISO country (DE) purpose while most tools are unrelated web/time/JSON utilities, making the set feel mismatched.

Completeness2/5

As a country-ISO resource, only cc-de covers that purpose; as a general utility set, it lacks many standard web operations (e.g., actual HTTP fetch, DNS, text processing), so completeness is poor for the apparent stated purpose.