Skip to main content
Glama

ask_model

Ask one AI model a question to run interactive, facilitator-style discussions, with Claude Code orchestrating the conversation and users intervening between rounds.

Instructions

Ask a single model a question. Use this for interactive, facilitator-style discussions where Claude Code orchestrates the conversation and the user can intervene between rounds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelYesModel ID (format: "provider/model", e.g. "gemini-cli/default")
promptYesThe question or prompt to send
contextNoOptional context from previous discussion to include
session_idNoSession ID to resume a previous conversation (Web UI providers only). If provided and a URL exists for this session, the follow-up message will be sent in the same chat thread. Use a consistent ID (e.g. topic slug) to group related questions.
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It adds useful context about facilitator-style orchestration and user intervention between rounds, but does not disclose return format, rate limits, or required permissions. It is minimally adequate but could say more about what happens after the call.

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 two sentences, front-loaded with the core action ('Ask a single model a question') followed by a concise usage scenario. Every word earns its place, with no fluff or repetition.

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 relatively simple tool with no output schema and 100% schema parameter coverage, the description sufficiently captures the purpose and use case. It could have mentioned the return value or a note about session persistence, but this is not critical given the schema clarity.

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 description coverage is 100%, so the baseline is 3. The description does not add any additional parameter semantics beyond the schema, but the schema already documents model, prompt, context, and session_id clearly. No compensation needed.

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 specifies 'Ask a single model a question' with a specific verb and resource, distinguishing it from sibling tools like ask_models (plural) and discussion-based tools (council_discuss, roundtable_discuss, debate_discuss). The scope is unambiguous.

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?

The description provides clear context: 'Use this for interactive, facilitator-style discussions where Claude Code orchestrates the conversation and the user can intervene between rounds.' It does not explicitly state when not to use it or name alternatives, but the context implies a single-model interactive use case.

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/isaka1022/llm-browser-multicast-mcp'

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