✓ Confirm a pending action
meta_confirm_actionExecute 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
| Name | Required | Description | Default |
|---|---|---|---|
| confirmation_id | Yes | ID of the pending action (returned in the confirmation_id field on the first tool call). | |
| confirmation_secret | No | Not used when AVITO_MCP_CONFIRMATION_SECRET is not set. |