clients_create
Create a new GTM client by providing account, container, and workspace IDs along with the client resource as a JSON string. Confirmation is required to proceed.
Instructions
[WRITE] Create a new GTM client. Requires GTM_MCP_ENABLE_WRITES=true and confirm=true. Pass the full resource as a JSON string in bodyJson.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be true to confirm this write operation. | |
| bodyJson | Yes | Full clients resource as a JSON string (e.g. {"name":"...","type":"..."}). | |
| accountId | Yes | The GTM account ID. | |
| containerId | Yes | The GTM container ID. | |
| workspaceId | Yes | The GTM workspace ID. |