Agent Output Contract Validator
Pricing
from $6.50 / 1,000 operation testeds
Agent Output Contract Validator
Validate AI-agent outputs against expected schemas, required fields, source/citation rules, and structured-output contracts.
Agent Output Contract Validator
Pricing
from $6.50 / 1,000 operation testeds
Validate AI-agent outputs against expected schemas, required fields, source/citation rules, and structured-output contracts.
Inline contract JSON object used by Agent Output Contract Validator.
{ "requiredCitationFields": [ "html_url" ], "refusalRequiredFields": [ "reason" ]}Inline schema JSON object used by Agent Output Contract Validator.
{ "type": "object", "required": [ "id", "name", "full_name", "html_url", "stargazers_count" ], "properties": { "id": { "type": "number", "title": "Id", "description": "Id input value." }, "name": { "type": "string", "title": "Name", "description": "Name input value." }, "full_name": { "type": "string", "title": "Full Name", "description": "Full Name input value." }, "html_url": { "type": "string", "title": "Html Url", "description": "Html Url input value." }, "stargazers_count": { "type": "number", "title": "Stargazers Count", "description": "Stargazers Count input value." } }}Inline outputs JSON object used by Agent Output Contract Validator.
[ { "id": 890668799, "name": "servers", "full_name": "modelcontextprotocol/servers", "html_url": "https://github.com/modelcontextprotocol/servers", "stargazers_count": 88353 }]Require required citation fields during validation and flag rows that do not meet the rule.
[ "html_url"]Strict Mode controlling how Agent Output Contract Validator processes the supplied inputs.
Maximum records to process in one run; keep defaults low for safe first runs.
Include valid rows in output rows or reports when available.