containers_create
Create a Google Tag Manager container by providing account ID, container name, usage contexts like web or app, and optional domain names. Write operations require confirmation to proceed.
Instructions
[WRITE] Create a new GTM container. Requires GTM_MCP_ENABLE_WRITES=true and confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accountId | Yes | The GTM account ID. | |
| name | Yes | Container name. | |
| usageContext | Yes | Usage context(s) for the container. | |
| domainName | No | Associated domain names. | |
| notes | No | Optional notes. | |
| confirm | Yes | Must be true to confirm this write operation. |