You're viewing a demo portfolio

Join the waitlist
PRSM

json_schema_validate

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

JSON Schema Validator — Validate a JSON value against a JSON Schema (bounded draft-07-ish subset: type/enum/required/properties/items/min-max/pattern) and list every violation.

Parameters schema

{
  "type": "object",
  "required": [
    "schema",
    "instance"
  ],
  "properties": {
    "schema": {
      "type": "object",
      "description": "JSON Schema object describing the expected shape"
    },
    "instance": {
      "type": [
        "object",
        "array",
        "string",
        "number",
        "boolean",
        "null"
      ],
      "description": "The JSON value to validate against schema (any JSON type)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
json_schema_validate — WingmanProtocol Agent Gateway — PRSM MCP