Commit Workspace Action
commit_workspace_actionConsume a one-time prepared action token to atomically execute its bound arguments, enabling precise Google Workspace operations.
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. | |
| error | No | Error message or structured error details when the call failed. | |
| result | No | Response field: result. | |
| status | No | Machine-readable operation status. | |
| context | No | Identifying request arguments echoed back with an error. | |
| resource | No | Stable cross-tool Workspace resource handle when applicable. | |
| provider_status | No | HTTP status code returned by the Google API for a failed call. |