Skip to main content
Glama
isteamhq

@isteamhq/mcp

by isteamhq

Confirm a Destructive Action

confirm_destructive

Render a red confirmation card before irreversible actions. Optionally require the user to re-type a specific string to proceed.

Instructions

Render a red, friction-heavy confirmation card BEFORE any irreversible action (delete repo, drop database, force-push to main, wipe /workspace). Optional requireType field demands the user re-type a specific string to proceed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cardIdYesBoard card ID (e.g. col-1773256154568)
contentYesShort human-readable line shown above the card (1–2 sentences max)
payloadYesStructured data for the card widget
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations indicate readOnlyHint=false, destructiveHint=false, and the description adds that the card is 'red, friction-heavy' and optionally requires re-typing a string. This provides behavioral context (UI, blocking) beyond what annotations convey, though it could be more explicit about blocking behavior or return value.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the main purpose and followed by an optional detail. It is concise but could be slightly more structured (e.g., bullet points for examples).

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description does not explain what happens after the user confirms (e.g., return value, next steps). Given no output schema, this gap may leave an agent unsure about the tool's behavior beyond rendering.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100% with descriptions for all parameters. The description only adds that requireType is optional, which is already in the schema. No additional meaning beyond schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool renders a confirmation card before irreversible actions, with specific examples (delete repo, drop database, force-push, wipe workspace). It distinguishes itself from sibling tools like delete_board by being a confirmation step, not the action itself.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly says to use the tool 'BEFORE any irreversible action', providing clear context. It lacks explicit 'when not to use' or alternatives, but the usage is well-defined.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/isteamhq/mcp'

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