Inputs
Output
Type:Dict
Returns the newly created container as provided by the Tag Manager API.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Moves a public tag ID (GTM-XXXXXX) out of a Google Tag Manager container into a newly created container
| App | Google Tag Manager |
| Operation ID | gtm_move_tag_id |
| Type | Action |
| Connection | gtm (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
account | DynamicAccount | Yes | - | Select the Google Tag Manager account. |
container | DynamicAccount | Yes | - | Select the container to move the tag ID out of. |
tag_id | string | Yes | - | The public tag ID to move out of the container into a newly created container, e.g. GTM-ABC123. Used when splitting a container that serves multiple tag IDs. |
tag_name | string | No | - | Name for the container created for the moved tag ID. |
copy_settings | boolean | No | - | Copy the current container’s settings to the new container. |
copy_users | boolean | No | - | Copy the current container’s user permissions to the new container. |
copy_terms_of_service | boolean | No | - | Must be set to true to accept the terms of service agreements copied from the current container to the new container. |
Dict
Returns the newly created container as provided by the Tag Manager API.