Skip to main content
Glama

Ask Peers

ask_peers

Send a task and draft to selected peer models for structured review. Receive feedback from multiple AIs in a single API round.

Instructions

Run a real API review round against selected peers. Runtime default uses real provider APIs; stubs run only when CROSS_REVIEW_STUB=1.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
taskYes
draftYes
peersNo
callerNooperator
session_idNo
review_focusNoOptional provider-neutral review scope anchor. This is not Claude Code's /focus UI command; it is injected as a front-loaded Review Focus prompt block for every selected peer, including OUT OF SCOPE handling for unrelated findings.
caller_statusNoREADY
response_formatNojson
reasoning_effort_overridesNoOptional per-peer reasoning_effort overrides for this call. Keys are peer ids (codex|claude|gemini|deepseek|grok|perplexity); missing keys fall back to global config. Useful to dial down expensive peers (e.g. Grok grok-4.20-multi-agent xhigh = 16 agents, or Perplexity sonar-deep-research that bills citation + reasoning + search queries separately) for routine reviews without editing the host MCP configs.
Behavior3/5

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

Annotations (readOnlyHint=false, destructiveHint=false) indicate mutation without destruction. The description adds the runtime/stub distinction, which is useful. However, it does not detail side effects, authentication needs, or what happens to the review data. With annotations providing a baseline, the description adds moderate value.

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

Conciseness4/5

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

The description consists of two sentences, with the primary action front-loaded. Both sentences are relevant and concise. However, the second sentence about stubs could be integrated more succinctly. Overall, it earns its place without excessive verbiage.

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

Completeness2/5

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

Given the tool's complexity (9 parameters, nested objects like reasoning_effort_overrides), the description is minimal. It does not cover what constitutes a 'review round,' return format, error handling, or how peers are selected. There is no output schema, so description should fill gaps but doesn't.

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

Parameters2/5

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

Schema description coverage is only 22%, and the description contains no parameter-level information. The inline description of review_focus in the schema is not repeated in the tool description. With low coverage, the description should compensate but fails to do so, leaving most parameters (9 total, 2 required) unexplained.

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 tool's purpose: 'Run a real API review round against selected peers.' It specifies the verb (Run), resource (API review round), and target (selected peers). This distinguishes it from siblings like probe_peers or session_start_round.

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

Usage Guidelines3/5

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

The description mentions runtime behavior ('Runtime default uses real provider APIs; stubs run only when CROSS_REVIEW_STUB=1'), providing some guidance on when to expect real vs. stub execution. However, it lacks explicit instructions on when to use this tool versus alternatives like probe_peers or session_start_round.

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/LCV-Ideas-Software/cross-review'

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