Skip to main content
Glama

validate_with_models

Destructive

Validate a question by running it across multiple provider CLIs for independent review, with optional judge synthesis and least-cost routing.

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.
selectNoOptional least-cost routing: fill the provider target(s) from the LCR selector instead of the explicit list. 'cheapest' picks the single cheapest eligible provider; 'cheapest_per_tier' picks the cheapest in each quality tier. Requires [least_cost].enabled=true; fails closed (no default-list fallback) when disabled or nothing is eligible.
questionYesQuestion or content to validate.
judgeModelNoOptional provider to run an explicit judge synthesis job.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Addedv3.2.0
  2. Removedv3.0.0
  3. First observedv2.16.0

TDQS

A4.2/5.0
Behavior4/5

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

Discloses the key behavioral trait beyond annotations: the call is asynchronous and merely starts jobs whose results must be fetched separately via job_status/job_result. Annotations already carry the safety profile (destructiveHint=true, readOnlyHint=false), and the description does not contradict them. It does not explain what 'destructive' means here (e.g., consuming provider quota/credits), but the operationally critical behavior is covered.

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?

Two sentences totaling roughly 30 words, with the core purpose front-loaded and the operational caveat second. Every clause earns its place; the 'not llm_job_*' disambiguation is high-value given the sibling set.

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?

For a tool with no output schema and an async job lifecycle, the description covers the critical chain (start → poll with job_status → collect with job_result) and flags the misleading llm_job_* family. Gaps remain: it never states what the call returns (presumably a job identifier), does not flag the cost/quota implications behind destructiveHint, and does not differentiate from the validation-family siblings. Overall it is complete enough for correct invocation of the core flow.

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%, so the schema already documents all five parameters; per the baseline rule this is a 3. The description adds only the 'two or more' multiplicity signal, which sits slightly at odds with the schema's minItems:1 (though the default of two providers reconciles it). No material parameter semantics are added beyond what the schema provides.

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 states a specific action ('Ask two or more provider CLIs to independently validate a question') with a clear resource and mechanism. The 'not llm_job_*' note distinguishes the result-collection path from a large family of sibling tools, and the multi-provider framing separates it from single-model tools like ask_model and the various *_request tools.

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

Usage Guidelines4/5

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

Provides explicit post-invocation workflow guidance: poll with job_status, collect with job_result, plus an explicit exclusion ('not llm_job_*') that prevents a likely mistake given the many llm_job_* siblings. However, it does not name alternative validation tools (e.g., second_opinion, consensus_check, compare_answers) or state when to choose them instead.

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

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