You're viewing a demo portfolio

Join the waitlist
PRSM

llm_json_schema_check

Active

Tool of IA-QA — 130+ QA & Dev Tools for AI Agents

declared in 1.0.0

Validate that an LLM JSON output matches a JSON Schema definition. Tests required fields, types, enums, nested objects, and arrays. Critical for function-calling and structured output testing.

Parameters schema

{
  "type": "object",
  "required": [
    "output",
    "schema"
  ],
  "properties": {
    "output": {
      "type": "string",
      "description": "The LLM JSON output (raw string, will be parsed)"
    },
    "schema": {
      "type": "object",
      "description": "JSON Schema (draft-07 subset) to validate against",
      "additionalProperties": true
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

IA-QA — 130+ QA & Dev Tools for AI Agents

https://github.com/jcjamet/ia-qa

1/7 registries
View full server →
llm_json_schema_check — IA-QA — 130+ QA & Dev Tools for AI Agents — PRSM MCP