llm_json_schema_check
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
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
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
IA-QA — 130+ QA & Dev Tools for AI Agents
https://github.com/jcjamet/ia-qa
1/7 registries