llm_format_check
ActiveTool of IA-QA — 130+ QA & Dev Tools for AI Agents
Validate that an LLM output matches an expected format: JSON, Markdown, code block, bullet list, numbered list, table, YAML, XML, or custom regex. Essential for structured output testing.
Parameters schema
{
"type": "object",
"required": [
"output",
"expected_format"
],
"properties": {
"output": {
"type": "string",
"description": "The LLM output to validate"
},
"regex_pattern": {
"type": "string",
"description": "Custom regex pattern (only when expected_format is \"regex\")"
},
"expected_format": {
"enum": [
"json",
"markdown_heading",
"code_block",
"bullet_list",
"numbered_list",
"table",
"yaml",
"xml",
"regex"
],
"type": "string",
"description": "Expected format"
}
}
}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