Skip to main content
Glama

ask-one

Read-only

Get a second opinion from a chosen AI model in your panel. Submit a prompt and receive an advisory response from one provider.

Instructions

Second opinion from ONE named provider in the active panel (e.g. codex, gemini, grok, openrouter:<alias> - get the names from panel). Returns the standard result envelope. Issue N of these in parallel (one per panel name) so each renders independently as it lands. Advisory, single-shot.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
providerYesA name from `panel` (e.g. "codex", "openrouter:<alias>")
promptYes
expertNo
developerInstructionsNo
cwdNo
reasoningEffortNo
filesNo
Behavior3/5

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

Annotations already declare readOnlyHint=true, and description adds 'Advisory, single-shot' and 'Returns the standard result envelope'. Does not detail behavior on failure or other traits, but complements annotations adequately.

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?

Two sentences covering purpose and usage, front-loaded. Some redundancy (e.g., 'advisory, single-shot' could be merged) but overall efficient.

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?

With 7 parameters and no output schema, description lacks essential parameter explanations and return details beyond 'standard result envelope'. Many sibling tools exist, but description doesn't aid in distinguishing further or guiding parameter usage.

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 14% (only provider has a description). Tool description expands on provider ('e.g. codex, openrouter:<alias>') but leaves other 6 parameters (prompt, expert, developerInstructions, etc.) unexplained. Fails to compensate for low schema coverage.

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?

Clearly states 'Second opinion from ONE named provider in the active panel' with verb+resource. Distinguishes from siblings like 'ask-all' and specific provider tools by focusing on a single named provider. References 'panel' to get provider names.

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 usage context: 'Issue N of these in parallel...', describes render behavior. Mentions 'Advisory, single-shot' indicating non-decisive nature. Does not explicitly list when not to use, but guidance is clear.

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/antonbabenko/deliberation'

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