Google Tag Manager · Capability
Google Tag Manager Tag Deployment Management
Workflow for managing tag deployment lifecycle including accounts, containers, workspaces, tags, triggers, variables, and version publishing. Used by marketing technologists and web analytics engineers.
What You Can Do
GET
List accounts
— List all GTM accounts
/v1/accounts
GET
List containers
— List containers in an account
/v1/containers
POST
Create container
— Create a container
/v1/containers
GET
List tags
— List tags in a workspace
/v1/tags
POST
Create tag
— Create a tag
/v1/tags
GET
List triggers
— List triggers in a workspace
/v1/triggers
GET
List variables
— List variables in a workspace
/v1/variables
MCP Tools
list-accounts
List all Google Tag Manager accounts
read-only
idempotent
get-account
Get account details
read-only
idempotent
update-account
Update account settings
idempotent
list-containers
List containers in an account
read-only
idempotent
create-container
Create a new container
get-container
Get container details
read-only
idempotent
delete-container
Delete a container
idempotent
list-workspaces
List workspaces in a container
read-only
idempotent
create-workspace
Create a new workspace
delete-workspace
Delete a workspace
idempotent
list-tags
List tags in a workspace
read-only
idempotent
create-tag
Create a new tag
get-tag
Get tag details
read-only
idempotent
delete-tag
Delete a tag
idempotent
list-triggers
List triggers in a workspace
read-only
idempotent
create-trigger
Create a new trigger
delete-trigger
Delete a trigger
idempotent
list-variables
List variables in a workspace
read-only
idempotent
create-variable
Create a new variable
delete-variable
Delete a variable
idempotent
list-versions
List container version headers
read-only
idempotent
publish-version
Publish a container version
APIs Used
tag-manager