Skip to main content
Glama

MCP-Confirm

by mako10k
MIT License
9
  • Apple
  • Linux

verify_understanding

Confirm AI understanding of user requests by verifying key points and proposed next steps to ensure accurate task execution.

Instructions

Verify that the AI correctly understood the user's requirements before proceeding

Input Schema

NameRequiredDescriptionDefault
key_pointsNoKey points that the AI wants to confirm
next_stepsNoWhat the AI plans to do next if understanding is correct
understandingYesAI's understanding of the user's request

Input Schema (JSON Schema)

{ "properties": { "key_points": { "description": "Key points that the AI wants to confirm", "items": { "type": "string" }, "type": "array" }, "next_steps": { "description": "What the AI plans to do next if understanding is correct", "type": "string" }, "understanding": { "description": "AI's understanding of the user's request", "type": "string" } }, "required": [ "understanding" ], "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