Commit Workspace Action
commit_workspace_actionAtomically execute a pre-prepared Google Workspace action by consuming a one-time token, ensuring the exact arguments are applied without modification.
Instructions
Atomically consume a prepared action token and execute its exact bound arguments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commit_token | Yes | One-time, principal-bound token from prepare_workspace_action's response; expires 5 minutes after issuance and is consumed on first use. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | Response field: tool. | |
| result | No | Response field: result. | |
| status | No | Machine-readable operation status. | |
| resource | No | Stable cross-tool Workspace resource handle when applicable. |