Skip to main content
Glama
imranbarbhuiya

Ask Question MCP App

ask_question

Collect user responses through interactive prompts with text input, single/multi-select options, or yes/no confirmations to gather structured feedback or input.

Instructions

Ask the user a question with an interactive UI. Supports text input, single/multi-select options, and yes/no confirmation dialogs. Waits for user response and returns the answer.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
questionYesThe question to ask the user
inputTypeYesType of input: 'text' for free-form input, 'select' for single choice, 'multiselect' for multiple choices, 'confirm' for yes/no
optionsNoOptions for select/multiselect input types
placeholderNoPlaceholder text for text input
timeoutNoTimeout in milliseconds (default: 5 minutes)
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It describes key behaviors like waiting for user response and returning the answer, and mentions timeout with a default value. However, it lacks details on error handling, UI appearance, or what happens if the user cancels.

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 is appropriately sized with two sentences that are front-loaded with core functionality. It efficiently covers the tool's purpose and key features without unnecessary details, though it could be slightly more structured by separating behavioral aspects.

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

Completeness3/5

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

Given the tool's moderate complexity (5 parameters, interactive UI) and no annotations or output schema, the description is somewhat complete but has gaps. It covers the basic flow and input types but lacks details on return values, error cases, or UI constraints, which could hinder an agent's ability to use it effectively.

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 schema already documents all parameters thoroughly. The description adds no specific parameter semantics beyond what the schema provides, such as explaining how options are displayed or the implications of different input types. Baseline 3 is appropriate when the schema does the heavy lifting.

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 with specific verbs ('ask', 'waits', 'returns') and resources ('user', 'question', 'interactive UI'), and distinguishes it from its sibling submit_answer by focusing on initiating queries rather than responding to them.

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 implies usage when needing user input via interactive dialogs, but does not explicitly state when to use this tool versus alternatives or provide exclusions. It mentions support for various input types, which gives some contextual guidance.

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/imranbarbhuiya/mcp-apps'

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