Skip to main content
Glama

JSON Schema Regression Examples — Free Pilot

Generate JSON Schema regression examples

generate_regression_examples
Read-onlyIdempotent

Free pilot: generate bounded old-accepted, new-rejected JSON Schema examples. An inconclusive result never proves compatibility. Schemas and results are processed in memory; only anonymous coarse usage outcomes are retained. Supply schemas as JSON strings to preserve large integers. Read value_json for exact examples. No API key, model call or payment is needed. Keep the returned anonymous session_token and attempt_id for optional, explicit receipt acknowledgment and nonbinding future-price interest. Never acknowledge receipt or price interest automatically. Supported subset: one explicit type, properties, required, boolean additionalProperties, items, enum, minimum/maximum, minLength/maxLength and minItems/maxItems. No references, composition, patterns, formats or full OpenAPI. Both the HTTP JSON envelope and the combined UTF-8 schema text are limited to 64 KiB; escaping may make the envelope limit stricter. The complete response is limited to 1 MiB. Returns exact example strings and generated file contents for local verification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
session_tokenNoAnonymous session token returned by this MCP tool; not an operator credential.
new_schema_jsonYesNew schema encoded as a JSON string.
old_schema_jsonYesOld schema encoded as a JSON string.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already mark the tool read-only and idempotent, and the description adds substantial behavioral context: in-memory processing, retention of only anonymous coarse usage outcomes, size limits on inputs and responses, the inconclusive-result caveat, and the no-payment/no-key requirement. These details go well beyond the annotations.

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 fairly long but dense; nearly every sentence contributes operational or safety-relevant detail. The main purpose is front-loaded in the first sentence, and the rest is organized into limits, privacy, output guidance, and usage caveats. A few clauses could be tightened without loss.

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

Completeness5/5

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

Despite having no output schema, the description explains where to read exact examples (value_json), mentions returned items (session_token, attempt_id), discloses input and output size limits, lists the supported JSON Schema subset, and warns about inconclusive results. This gives an agent enough context to invoke the tool and interpret its response correctly.

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 description coverage is 100%, so the baseline is 3. The description adds value by explaining that schemas should be supplied as JSON strings to preserve large integers and by defining the old/new relationship (old-accepted, new-rejected), which is absent from the individual schema property descriptions.

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 a specific verb and resource: generating bounded old-accepted, new-rejected JSON Schema examples. It distinguishes the purpose from the sibling tools (acknowledge_package_received, record_price_interest) by framing them as optional post-call actions rather than competing operations.

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

Usage Guidelines4/5

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

The description gives explicit exclusions, saying the agent should never automatically acknowledge receipt or price interest, which governs when the sibling tools should not be used. It also clarifies the tool is a free pilot and requires no API key, but it could be more explicit about when to prefer this tool over any alternative.

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.

Resources