Skip to main content
Glama

MCP-Confirm

by mako10k
MIT License
9
  • Apple
  • Linux

clarify_intent

Identify and resolve ambiguity in user requests by presenting clear options for clarification, ensuring accurate interpretation and response from the AI system.

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" }

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