Skip to main content
Glama

ISBN digit shape

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

B3.1/5.0
Behavior3/5

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

With no annotations provided, the description carries the full transparency burden. It discloses an important behavioral trait—'The body is discarded'—signaling a stateless, non-persistent operation. However, it does not state what happens on invalid JSON (e.g., error vs. false return), which an agent would need to know to interpret results.

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 filler. The core operation is front-loaded and the secondary sentence adds a meaningful behavioral note about data being discarded. Nothing here is wasted.

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 simple validation tool, the description covers the basic operation and side-effect profile, but the missing return/error behavior and the unexplained extra parameters leave gaps. Without an output schema or annotations, an agent cannot fully predict the tool's response or why schema fields like url and zone are present.

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?

Schema description coverage is 100%, but the parameter descriptions are largely irrelevant to the tool's purpose: url, host, and zone are described for 'normalize or cite' contexts rather than JSON validation. The description only loosely maps 'body' to the 'json' parameter and never clarifies that the other three fields are ignored for this tool.

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 states a clear verb and resource: 'Check whether a body is valid JSON.' This distinguishes it from sibling tools like normalize-url and cite. However, it refers to a 'body' while the actual parameter is named 'json', creating minor ambiguity about what input is being validated.

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?

No guidance is given on when to use this tool versus alternatives, nor any exclusions. The sibling list contains 'validate' and other URL-focused tools, but the description doesn't explain why one would pick validate-json over any other validation approach or when it is inappropriate to use.

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

Several tools operate on URLs and overlap in scope: citation, normalize-url, and domain-shape all accept URL-related input and return overlapping metadata. The compatibility tool is too vague to distinguish from the others, and timezone/utc-time are similarly close.

Naming Consistency4/5

All tool names use a consistent lowercase-hyphenated style, which is readable and predictable. However, the semantic pattern is mixed: some are verb-noun (normalize-url, validate-json) while others are bare nouns or noun-based (citation, timezone, status-catalog).

Tool Count4/5

With 11 tools, the count is within the typical well-scoped range and not overwhelming. Still, the server feels like a grab bag of unrelated utilities rather than a focused toolkit, so the count is reasonable but not ideal.

Completeness3/5

The tool surface covers several URL, HTTP, time, and validation basics, but there is no clear overall domain tying them together. Notable gaps exist depending on intent: no DNS, header inspection, or meaningful ISBN validation beyond digit shape; the server name suggests a much narrower focus than what is provided.