gtag_config_create
Create a GTM gtag configuration. Supply the complete resource as a JSON string. Requires confirmation to proceed with write.
Instructions
[WRITE] Create a new GTM gtag config. 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 |
|---|---|---|---|
| accountId | Yes | The GTM account ID. | |
| containerId | Yes | The GTM container ID. | |
| workspaceId | Yes | The GTM workspace ID. | |
| bodyJson | Yes | Full gtag configs resource as a JSON string (e.g. {"name":"...","type":"..."}). | |
| confirm | Yes | Must be true to confirm this write operation. |