Skip to main content
Glama

ISO country GB

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.9/5.0
Behavior3/5

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

The description discloses that the body is discarded after the check, which is a behavioral trait. However, with no annotations, it does not clarify other aspects like error handling or side effects, so transparency is partial.

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 concise and to the point, using two short sentences. However, it omits critical information about the parameters, so while concise, it is not well-structured to convey the full picture.

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

Completeness1/5

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

The description is incomplete because it does not explain the roles of the url, host, and zone parameters, which appear unrelated to JSON validation. This leaves the tool's behavior and usage ambiguous.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description fails to clarify the parameters. It mentions a 'body' but the schema has no 'body' parameter; instead it includes url, host, json, and zone. The json parameter description matches the tool, but url, host, and zone have descriptions unrelated to JSON validation, and the tool description does not explain their relevance.

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: checking whether a body is valid JSON. It uses a specific verb ('check') and a specific resource ('valid JSON'), which distinguishes it from sibling tools like normalize-url and timezone.

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 provided on when to use this tool versus alternatives. It does not mention scenarios where JSON validation is needed or distinguish it from other validation tools.

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
Disambiguation3/5

Most tools have distinct outputs, but citation and normalize-url overlap in URL parsing, and timezone and utc-time both return current time. 'compatibility' is vague and could be confused with citation's request classification.

Naming Consistency2/5

Names are all lowercase hyphenated, but they mix noun phrases (citation, status-catalog, iana-zones) with verb phrases (normalize-url, inspect-robots, validate-json). 'cc-gb' and 'compatibility' do not follow a clear pattern.

Tool Count4/5

Eleven tools is within a reasonable range and not overwhelming. The set is broad but each tool serves a distinct utility purpose, so the count feels acceptable.

Completeness3/5

The tools cover common web/network utilities like URL parsing, time zones, HTTP statuses, and JSON validation, but the domain is not clearly defined. Obvious companions such as a direct HTTP fetch or DNS/WHOIS lookup are missing.