Skip to main content
Glama

MCP-Confirm

by mako10k

clarify_intent

Resolves ambiguous user requests by prompting clarification, presenting interpretations, and ensuring accurate understanding for precise responses.

Instructions

Ask user to clarify their intent when the request is ambiguous or could be interpreted multiple ways

Input Schema

NameRequiredDescriptionDefault
ambiguityYesDescription of what is unclear or ambiguous
optionsNoPossible interpretations or options for the user to choose from
request_summaryYesSummary of what the AI understood from the user's request

Input Schema (JSON Schema)

{ "properties": { "ambiguity": { "description": "Description of what is unclear or ambiguous", "type": "string" }, "options": { "description": "Possible interpretations or options for the user to choose from", "items": { "type": "string" }, "type": "array" }, "request_summary": { "description": "Summary of what the AI understood from the user's request", "type": "string" } }, "required": [ "request_summary", "ambiguity" ], "type": "object" }
Install Server

Other Tools from MCP-Confirm

Related Tools

    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/mako10k/mcp-confirm'

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