Skip to main content
Glama

validate_with_models

Destructive

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

TableJSON Schema
NameRequiredDescriptionDefault
focusNoWhat reviewers should pay attention to.correctness, missing assumptions, and practical next steps
modelsNoProviders to ask. Defaults to Claude and Codex.
questionYesQuestion or content to validate.
judgeModelNoOptional provider to run an explicit judge synthesis job.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide destructiveHint=true and openWorldHint=true. The description adds the workflow pattern (starts jobs, poll vs collect) and the exclusion of llm_job_* tools, which is useful context beyond annotations. However, it does not elaborate on side effects or required permissions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence that is front-loaded with action ('Ask...'), no redundant words, and efficiently conveys core information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

While no output schema exists, the description directs to other tools for result collection, which is acceptable. It covers the job lifecycle. However, it omits explanation of the judgeModel parameter and does not define what 'validation' entails, leaving some gaps for a tool with 4 parameters.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with all parameters documented. The description implicitly references the 'models' parameter ('two or more provider CLIs') but adds no additional meaning beyond the schema descriptions. Baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the verb 'ask' and resource 'two or more provider CLIs to independently validate a question'. It distinguishes from siblings like ask_model (single model) and compare_answers (comparison of existing answers) by specifying multi-provider validation and job polling workflow.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicitly tells when to use this tool (to start multi-model validation jobs) and directs to specific polling/collection tools (job_status, job_result) while explicitly excluding llm_job_* tools. This provides clear usage context and alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/verivus-oss/llm-cli-gateway'

If you have feedback or need assistance with the MCP directory API, please join our Discord server