Skip to main content
Glama

MCP-Confirm

by mako10k
MIT License
9
  • Apple
  • Linux

confirm_action

Request user confirmation for actions with significant impact. Provide clear descriptions of the action, its potential effects, and additional details to ensure informed decision-making.

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

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