Skip to main content
Glama

MCP-Confirm

by mako10k

confirm_action

Request user confirmation for potentially impactful operations by providing action details, consequences, and additional information to ensure informed decisions.

Instructions

Ask user to confirm an action before proceeding with potentially impactful operations

Input Schema

NameRequiredDescriptionDefault
actionYesDescription of the action to be confirmed
detailsNoAdditional details about what will happen
impactNoPotential impact or consequences of this action

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Description of the action to be confirmed", "type": "string" }, "details": { "description": "Additional details about what will happen", "type": "string" }, "impact": { "description": "Potential impact or consequences of this action", "type": "string" } }, "required": [ "action" ], "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