Skip to main content
Glama

choose

Show a card with one button per option so the user can pick from discrete alternatives with a single click. Their choice enters the conversation as a message, making decisions clear and structured.

Instructions

Present the user with a set of options to choose from.

Call this tool when you need the user to make a decision between discrete alternatives. Use it proactively — don't ask the user to type their choice in chat when you can present clean, clickable options instead.

The user will see a card with one button per option. When they click one, their choice appears as a message in the conversation (as if the user typed it), like:

"Which deployment strategy?" — I selected: Blue-green

IMPORTANT: After calling this tool, you MUST stop and wait for the user's response. Do not continue or take any other actions until you see the "I selected:" message.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleNoOptional heading for the card.
promptYesThe question or decision to present to the user.
optionsYesList of options the user can choose from.
Behavior5/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 explains the UI behavior ('card with one button per option'), the resulting user message ('as if the user typed it'), and the critical blocking constraint: 'After calling this tool, you MUST stop and wait for the user's response.' This is rich, actionable behavioral context.

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 well-structured and front-loaded: purpose first, then usage guidance, then behavioral details, then the critical wait instruction. Every sentence contributes essential information, and the example makes the interaction concrete without bloating the text.

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

Completeness5/5

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

For a simple 3-parameter tool with no output schema and no annotations, this description is complete: it covers what the tool does, when to use it, what the user sees, how the result arrives, and the required post-call behavior. An agent has everything needed to invoke it correctly.

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%, and the schema already documents title, prompt, and options clearly. The description adds an illustrative example but not significant new parameter semantics, so it appropriately sits at the baseline 3 for high 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?

The description opens with a specific verb and resource: 'Present the user with a set of options to choose from.' It clearly distinguishes itself from sibling tools by focusing on user choice among discrete alternatives, and the rest of the description reinforces this purpose.

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 explicitly says 'Call this tool when you need the user to make a decision between discrete alternatives' and adds a when-not: 'don't ask the user to type their choice in chat when you can present clean, clickable options instead.' This gives the agent clear direction on when this tool is appropriate.

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/hooplus1ce/Qa-Automation-MCP'

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