Skip to main content
Glama

MCP-Confirm

by mako10k

elicit_custom

Generate custom confirmation dialogs with tailored JSON schemas to collect specific user inputs when standard tools are insufficient.

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