Skip to main content
Glama

ISO 8601 duration 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

C2.4/5.0
Behavior2/5

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

The description discloses that 'The body is discarded,' which is a key behavioral detail. However, it does not explain what happens with the other parameters (url, host, timezone), what the return format is, or whether there are any side effects. Since annotations are absent, the description carries the burden but only partially fulfills it.

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?

The description is remarkably concise, consisting of two short sentences with no superfluous words. It follows a clear subject-verb-object structure and is easy to parse. No unnecessary details or redundant phrasing.

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?

Given the presence of four parameters, a simple tool description is not enough. The description fails to explain why url, host, and timezone are needed, what a 'body' refers to, or how the tool interacts with these inputs. This leaves major gaps in understanding the tool's full context and proper invocation.

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 schema descriptions are severely mismatched: url says 'HTTPS URL to normalize or cite' (clearly unrelated to JSON validation), host says 'Public hostname', and timezone says 'IANA timezone name'. Only the json parameter aligns with the tool's purpose. The description adds no clarification about these parameters, leaving an agent unable to interpret the correct usage.

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 clearly states the core purpose: 'Check whether a body is valid JSON.' This is a specific verb (check) and resource (JSON validity). However, the input schema includes parameters like url, host, and timezone that are not mentioned in the description, which may confuse an agent about how the tool actually operates.

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

Usage Guidelines1/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. It does not mention any conditions, edge cases, or compare with sibling tools like normalize-url or timezone. There is no explicit or implicit usage direction.

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

Some tools have overlapping concerns: citation and normalize-url both parse URLs and return host/scheme, and timezone and utc-time both provide current time. compatibility is also vague, making its relationship to the other tools unclear.

Naming Consistency4/5

Names are consistently lowercase with hyphen separators and mostly use noun phrases, with a few verb phrases (inspect-robots, normalize-url, validate-json). The pattern is readable but not perfectly uniform.

Tool Count4/5

Eleven tools is within the typical well-scoped range, though the set covers a broad mix of URL, HTTP, time, and JSON utilities rather than a single focused domain.

Completeness3/5

The set covers common inspection tasks (URLs, robots.txt, HTTP status, timezones, JSON validity), but it lacks deeper operations like URL content retrieval, ISO duration conversion/parsing beyond shape, or more comprehensive HTTP status/request details.