Google Tag Manager tools
Tools for Google Tag Manager: account/container/workspace, tag/trigger/variable create-edit, permissions, and safe publishing (workspace → version → publish).
Reading · 7
list_gtm_accounts1 creditsLists the Google Tag Manager accounts accessible by the connected user (path, accountId, name).
list_gtm_containers1 creditsLists the containers of a GTM account (name, public id 'GTM-XXXX', containerId, usageContext=web/ios/android, path).
list_gtm_permissions1 creditsLists the USER PERMISSIONS of a GTM account — who can access it and at what level (account: noAccess/user/admin; per-container: read/edit/approve/publish).
list_gtm_tags1 creditsLists the TAGS in a workspace (name, tagId, type e.g.
list_gtm_triggers1 creditsLists the TRIGGERS in a workspace (name, triggerId, type e.g.
list_gtm_variables1 creditsLists the user-defined VARIABLES in a workspace (name, variableId, type e.g.
list_gtm_workspaces1 creditsLists the workspaces of a container (name, workspaceId, path).
Creation · 5
create_gtm_container5 creditsCreates a new web CONTAINER in a GTM account — a fresh, isolated space (its own tags/triggers/variables + 'GTM-XXXX' id).
create_gtm_tag3 creditsCreates a TAG in a workspace.
create_gtm_trigger3 creditsCreates a TRIGGER in a workspace.
create_gtm_variable3 creditsCreates a user-defined VARIABLE.
create_gtm_workspace3 creditsCreates a new WORKSPACE in a container — an isolated draft area to stage tag/trigger/variable changes before publishing (GTM lets you run several in parallel).
Edit · Publish · Permissions · 5
delete_gtm_container3 creditsDELETES an entire GTM container permanently (IRREVERSIBLE — removes all its tags/triggers/variables/versions).
delete_gtm_entity3 creditsDELETES a GTM tag / trigger / variable / workspace by its full `path` (IRREVERSIBLE).
manage_gtm_permissions3 creditsGRANTS or REVOKES a user's access to a GTM account/containers.
publish_gtm_container3 creditsPUBLISHES the workspace's staged changes LIVE: creates a container version from the workspace, then publishes it.
update_gtm_entity3 creditsEDITS an existing GTM tag / trigger / variable / workspace by its full `path` (from list_gtm_tags/triggers/variables/workspaces).
Other
enable_gtm_builtin_variablesfreeENABLES GTM built-in variables (Click URL, Form ID, Scroll Depth, Video Percent, Page Path…).
gtm_workspace_statusfreeShows what is WAITING TO BE PUBLISHED in a GTM workspace — every pending tag/trigger/variable change (added, updated, deleted) plus any merge conflicts.
list_gtm_versionsfreeLists a GTM container's VERSION HISTORY (newest first) and marks which one is currently LIVE.
rollback_gtm_versionfreeROLLS BACK the live site to an EARLIER GTM container version — the undo for a bad publish.