Skip to main content
Glama

consult

Get advisory model help for your question or material. Select effort, privacy, and purpose; receive evidence-based guidance, not a governed verdict, and optional route diagnostics.

Instructions

Primary advisory model-help surface. Choose purpose, standard or thorough effort, and whether external processing is allowed; routing and any explicit local degradation are reported. It returns advisory evidence, not governed judgment. Use response_mode='full' for route diagnostics. consult never creates a review verdict; use request_review for that.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
briefYesQuestion or material to send for advisory model help.
effortNostandard uses the lower-overhead inference lane; thorough requests the operator-authorized strong-model lane.standard
privacyNolocal confines routing to the configured local inference service; cloud_allowed permits, but does not require, external processing.local
purposeNoDesired advisory operation. critique remains model advice, not a governed peer-review verdict.answer
agent_idNoUNIQUE agent identifier; optional when session-bound (auto-injected).
response_modeNocompact returns the advisory result and policy outcome; full adds a single diagnostics object with route and inference provenance.compact
allow_degradedNoAllow thorough effort to fall back to standard local inference. This never weakens the requested privacy policy.
continuity_tokenNoOwnership proof from onboard()/identity(), for same-live-process rebinds only. Not a cross-process resume credential.
client_session_idNoIn-session binding id from start_session()/identity(); pass it on same-process calls. Not a cross-process proof.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.6/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral disclosure burden. It discloses that routing and explicit local degradation are reported, that the tool returns advisory rather than governed judgment, and that it never creates a review verdict. This is meaningful behavioral context, though it stops short of describing side-effect guarantees or failure behavior in more detail.

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?

The description is compact and front-loaded, stating the core identity first. Each of the five sentences earns its place: core purpose, key parameter choices, output nature, diagnostics guidance, and exclusion of review verdicts. There is no filler or redundancy.

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?

Given nine parameters, four enums, and no output schema, the description plus the fully-documented input schema give an agent enough to invoke the tool correctly. The main gap is that the exact shape of the returned 'advisory evidence' is not described, but response_mode='full' guidance partially compensates by pointing to route diagnostics.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3; the description adds value beyond the schema by framing which parameters matter ('Choose purpose, standard or thorough effort, and whether external processing is allowed') and by giving a concrete response_mode selection rule. It does not repeat every parameter definition, which is appropriate given the schema already documents them.

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 identifies this as the 'Primary advisory model-help surface' and states that it 'returns advisory evidence, not governed judgment.' It explicitly distinguishes itself from request_review by stating 'consult never creates a review verdict; use request_review for that,' so an agent can differentiate it from sibling tools without opening schemas.

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?

The description gives direct usage guidance: choose purpose, effort level, and external-processing allowance, and use response_mode='full' for route diagnostics. It also names the specific alternative for review verdicts ('use request_review for that'), making the when-to-use vs when-not-to-use boundary explicit.

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