confirm_action
Finalizes a pending cloud resource write operation after user approval. Pass back the confirmation token exactly as returned to complete the action.
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. |