Skip to main content
Glama

MCP-Confirm

by mako10k
MIT License
9
  • Apple
  • Linux

elicit_custom

Create tailored confirmation dialogs with custom schemas for scenarios where standard tools are insufficient, ensuring precise user input collection.

Instructions

Create a custom confirmation dialog with specific schema when standard tools don't fit

Input Schema

NameRequiredDescriptionDefault
messageYesMessage to display to the user
schemaYesJSON schema defining the structure of information to collect

Input Schema (JSON Schema)

{ "properties": { "message": { "description": "Message to display to the user", "type": "string" }, "schema": { "description": "JSON schema defining the structure of information to collect", "type": "object" } }, "required": [ "message", "schema" ], "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