validate_with_models
Validate a question by obtaining independent assessments from multiple AI providers, then compare their feedback for inconsistencies and gaps.
Instructions
Ask two or more provider CLIs to independently validate a question. Starts validation jobs — poll with job_status, collect with job_result (not llm_job_*).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | What reviewers should pay attention to. | correctness, missing assumptions, and practical next steps |
| models | No | Providers to ask. Defaults to Claude and Codex. | |
| question | Yes | Question or content to validate. | |
| judgeModel | No | Optional provider to run an explicit judge synthesis job. |