Skip to main content
Glama

✓ Confirm a pending action

meta_confirm_action
Destructive

Execute a pending action after human confirmation by providing its confirmation ID. Use this to finalize deferred operations.

Instructions

⚠️ Executes a previously deferred action by its confirmation_id. Use ONLY after explicit human confirmation — the flow is designed as a server-side two-step guard against accidental one-shot execution, not as cryptographic protection against an autonomous agent. Confirmation is single-use: the id is deleted after a successful call. AVITO_MCP_CONFIRMATION_SECRET is not set — soft-confirmation is in effect. Set the env variable to switch to hard-confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmation_idYesID of the pending action (returned in the confirmation_id field on the first tool call).
confirmation_secretNoNot used when AVITO_MCP_CONFIRMATION_SECRET is not set.
Behavior5/5

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

The description adds valuable context beyond annotations, such as single-use nature, soft-confirmation mode, and the role of the env variable. It explains the behavioral intent and guard mechanisms.

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 efficient and front-loaded, though somewhat dense. It conveys necessary information in two sentences, but could be slightly more structured for readability.

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 lacks details about the return value or error conditions, which is important since there is no output schema. It does not fully explain what to expect after a successful confirmation.

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

Parameters4/5

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

The description reiterates the parameter purpose but adds context about the confirmation_secret and soft-confirmation mode. Since schema coverage is 100%, baseline is 3; the additional context raises it to 4.

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 executes a previously deferred action by its confirmation_id, distinguishing it from sibling tools like meta_cancel_action and meta_list_pending_actions.

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

Usage Guidelines5/5

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

Explicitly states to use only after explicit human confirmation, explains the two-step guard, and discusses the soft vs hard confirmation modes. Provides clear context on when and how to use.

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/elchin92/avito-mcp'

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