You're viewing a demo portfolio

Join the waitlist
PRSM

validate_json_schema

Active

Tool of Jsonschema

declared in 0.1.0

Validate a JSON value against a JSON Schema (draft-07 subset: type, required, properties, additionalProperties, items, enum, const, min/max, minLength/maxLength, pattern, minItems/maxItems, uniqueItems, format). Returns {valid, errors:[{path,message}]}. Keyless, offline.

Parameters schema

{
  "type": "object",
  "required": [
    "data",
    "schema"
  ],
  "properties": {
    "data": {
      "description": "The JSON value to validate (any type)."
    },
    "schema": {
      "type": "object",
      "description": "The JSON Schema to validate against."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Jsonschema

https://github.com/pipeworx-io/mcp-jsonschema

1/7 registries
View full server →
validate_json_schema — Jsonschema — PRSM MCP