Skip to main content
Glama

ISO country CW

validate-json

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refNoGit ref name; discarded after the shape check
urlNoHTTPS URL to normalize or cite
cityNoCity name for a public weather hint; discarded after the call
feedNoPublic RSS or Atom URL; titles discarded
hostNoPublic hostname
jsonNoJSON text to validate; discarded after the check
pathNoFile path to check; no disk access
zoneNoIANA timezone name
queryNoSearch text; discarded after the length check

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?

Annotations are absent, so the description carries the full burden, and it does contribute one genuine behavioral disclosure: 'The body is discarded' tells the agent the input is not retained and the call has no lasting side effect. But it stops there — it does not disclose return/error behavior, whether supplying url/feed/host triggers a network fetch, or what happens on invalid JSON. Useful but thin for an unannotated tool.

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?

Two sentences, roughly thirteen words, zero filler, and the primary verb+object is front-loaded. The second sentence ('The body is discarded.') earns its place as the only behavioral information. The brevity is a mild net positive, though it is partly purchased by the under-specification penalized in other dimensions.

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 exposing nine parameters with no annotations and no output schema, a single line is not enough. The description never states what the tool returns (boolean? status code?), which parameter to use for raw JSON text versus a fetchable source, or how invalid JSON is reported. An agent cannot confidently construct a correct call from this definition alone.

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?

All nine parameters have schema descriptions, so schema coverage is ~100% and the baseline of 3 applies. The description itself adds no parameter-level meaning — it never maps 'a body' to json versus path versus url. In fact, the schema's own parameter texts (e.g., city: 'City name for a public weather hint', ref: 'Git ref name') look recycled from sibling tools and actively muddy which parameter should carry the JSON.

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 specific verb and object: 'Check whether a body is valid JSON.' That is an unambiguous statement of purpose. However, 'a body' is never tied to the seven heterogeneous parameters (ref, url, city, feed, host, json, path), and the description does not differentiate it from sibling validity-check tools (domain-shape, wiki-title-ok, file-path-ok), which keeps it from a 5.

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?

The description provides no guidance on when to use this tool versus alternatives or on how to select among parameters. An agent cannot tell whether validate-json is preferred over web-fetch, inspect-robots, or github-repo-shape for a given task, nor whether to pass raw text in 'json' versus a URL in 'url' or a path in 'path'. This is the 'no guidance' case.

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.