confirm_action
Approve and execute a pending resource write (create, update, delete) after user confirmation. Use the exact approval token from the prior tool call to complete the operation.
Instructions
Finalizes a pending write action (e.g. creating, updating, or deleting a resource) that was previously staged by another tool. Only call this after the user has explicitly confirmed the action summary returned by the previous tool call. If the user declined, do not call this tool — the token will expire automatically. Pass the token exactly as it was returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes | The approval token returned by a previous write/mutating tool call. Exactly as received, no quoting changes. |