Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013

request_action_confirmation

Request confirmation before applying changes to ensure informed architectural decisions, detailing the action, its impact, and supporting information.

Instructions

Request confirmation before applying research-based changes

Input Schema

NameRequiredDescriptionDefault
actionYesDescription of the action to be performed
detailsYesDetailed information about the action
impactNoImpact level of the actionmedium

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "Description of the action to be performed", "type": "string" }, "details": { "description": "Detailed information about the action", "type": "string" }, "impact": { "default": "medium", "description": "Impact level of the action", "enum": [ "low", "medium", "high", "critical" ], "type": "string" } }, "required": [ "action", "details" ], "type": "object" }

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/tosin2013/mcp-adr-analysis-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server