workspaces_create
Create a new GTM workspace by providing account ID, container ID, name, and description. Requires enabling writes and confirming the operation.
Instructions
[WRITE] Create a new workspace. Requires GTM_MCP_ENABLE_WRITES=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | The GTM account ID. | |
| containerId | Yes | The GTM container ID. | |
| name | Yes | Workspace name. | |
| description | No | Workspace description. | |
| confirm | Yes | Must be true to confirm this write operation. |