Skip to main content
Glama

ISO week number

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

A3.7/5.0
Behavior4/5

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

Even with no annotations to rely on, the description discloses a meaningful behavioral trait—that the input body is discarded after the check—which is valuable for an agent to know before invoking the tool. It does not explicitly state side effects, but the discard statement effectively communicates the non-persistent nature of the operation.

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 well-structured: two short sentences that front-load the core purpose and then add the key behavioral detail. There is no filler or repetitive content.

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?

The description plus the fully covered schema is adequate for a simple validation tool, but the absence of an output schema means the description should have clarified what is returned (e.g., a boolean, an error, or a status code). Given zero annotations, this is a meaningful gap, though not severe.

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

Parameters4/5

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

Schema coverage is 100%, so all four parameters are already documented in the input schema. The description adds important semantic context for the 'json' parameter by stating that it is 'discarded after the check', which clarifies its lifetime and purpose beyond the schema's generic 'JSON text to validate'.

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 uses the specific verb phrase 'Check whether a body is valid JSON' to establish the tool's purpose as a validation operation, and explicitly states 'The body is discarded' to clarify its side-effect scope. It is well-differentiated from the sibling tools, which are oriented toward URL/host/timezone normalization and citation, though it doesn't name them.

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

Usage Guidelines3/5

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

The description implies a straightforward, one-shot validation use case, but provides no explicit 'when to use' guidance or exclusion cues. It does not reference alternatives or warn against misuse, leaving some judgment to the agent.

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.4/5.0
Disambiguation3/5

Most tools are individually distinct, but there are overlapping clusters: citation/normalize-url/domain-shape all inspect URLs, and iana-zones/timezone/utc-time/iso-week all deal with time. The descriptions help separate them, but the boundaries are not always crisp.

Naming Consistency3/5

All names use lowercase kebab-case, but the pattern is inconsistent: some are nouns (citation, timezone), some hyphenated noun phrases (domain-shape, status-catalog), and some are verb-object commands (normalize-url, inspect-robots, validate-json). There is no consistent verb_noun convention.

Tool Count3/5

11 tools is within a reasonable range, but the set is not well-scoped: the 'ISO week number' label covers only one of these tools, and the rest are a collection of unrelated URL, time, HTTP, and JSON utilities. It feels like a grab bag rather than a focused server.

Completeness2/5

There is no coherent domain to assess against. The ISO week number tool stands alone with no date-input or conversion companions, and the URL/time/JSON tools cover only narrow slices of their respective domains. Obvious gaps exist in nearly every cluster.