Skip to main content
Glama

collect_user_intent

Ask the user a question and collect their text or image response to clarify requirements, get approval, or gather additional context.

Instructions

Send a message to the user and collect their response.

This tool displays content in a web interface and waits for user input. Users can provide text responses and optionally attach images.

IMPORTANT: This tool accepts ONLY the 'question' parameter. Do NOT pass any other parameters such as 'intent', 'message', or 'prompt'.

Use cases:

  • Request clarification on ambiguous requirements

  • Get approval before proceeding with changes

  • Collect additional context or preferences

  • Show progress and request next steps

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
questionYesThe message or question to present to the user. This is the ONLY accepted parameter.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It clearly states that the tool displays content in a web interface, waits for user input, and allows text and optional image attachments, which provides meaningful insight into its interaction model.

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 with a clear opening sentence, an important warning in bold, and a bulleted list of use cases. Every sentence provides relevant information without unnecessary verbosity.

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?

Given the tool's simplicity (one parameter and an output schema), the description adequately covers its purpose, behavior, and usage scenarios. It doesn't detail edge cases like timeouts or error handling, but these are not essential for this straightforward interaction tool.

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?

The schema already provides 100% coverage for the single 'question' parameter, so the description adds little beyond reinforcing that only this parameter is accepted. The warning against 'intent', 'message', or 'prompt' is redundant given additionalProperties:false but does reinforce the constraint.

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 'Send a message to the user and collect their response,' which clearly states the tool's function. It further elaborates that it displays content in a web interface and waits for user input, making the purpose unambiguous and distinct from any sibling tools.

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 explicit use cases such as requesting clarification, getting approval, collecting context, and showing progress. It also warns against passing incorrect parameters, though it doesn't mention when not to use the tool since there are no sibling alternatives.

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/chameleonscool/feedback-mcp'

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