unboundai-gtm-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Set to 'true' or '1' to enable debug logging. | |
| LOG_LEVEL | No | Controls logging verbosity: DEBUG, INFO, WARN, ERROR. | |
| GOOGLE_APPLICATION_CREDENTIALS | Yes | Path to the Google Application Default Credentials JSON file. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| gtm_accountA | Performs all account-related operations: get, list, update. Use the 'action' parameter to select the operation. |
| gtm_built_in_variableC | Performs all built-in variable operations: create, list, remove, revert. The 'list' action returns up to itemsPerPage items per page. |
| gtm_clientB | Performs all client operations: create, get, list, update, remove, revert. The 'list' action returns up to itemsPerPage items per page. |
| gtm_containerB | Performs all container-related operations: create, get, update, remove, list, combine, lookup, moveTagId, snippet. The 'list' action returns up to itemsPerPage items per page. |
| gtm_destinationC | Performs all destination operations: get, list, link, unlink. The 'list' action returns up to 50 items per page. |
| gtm_environmentC | Performs all environment operations: create, get, list, update, remove, reauthorize. The 'list' action returns up to 50 items per page. |
| gtm_folderB | Performs all folder operations: create, get, list, update, remove, revert, entities, moveEntitiesToFolder. The 'list' action returns up to 50 items per page. |
| gtm_gtag_configA | Performs all Google tag config operations: create, get, list, update, remove. The 'list' action returns up to itemsPerPage items per page. |
| gtm_tagC | Performs all GTM tag operations: create, get, list, update, remove, revert. The 'list' action returns up to 20 items per page. |
| gtm_templateB | Performs all GTM custom template operations: create, get, list, update, remove, revert. The 'list' action returns up to itemsPerPage items per page. |
| gtm_transformationC | Performs all GTM transformation operations: create, get, list, update, remove, revert. The 'list' action returns up to itemsPerPage items per page. |
| gtm_triggerA | Performs all GTM trigger operations: create, get, list, update, remove, revert. The 'list' action returns up to 20 items per page. |
| gtm_user_permissionB | Performs all user permission operations: create, get, list, update, remove. The 'list' action returns up to 50 items per page. |
| gtm_variableB | Performs all GTM variable operations: create, get, list, update, remove, revert. The 'list' action returns up to 20 items per page. |
| gtm_version_headerB | Performs all container version header operations: list, latest. The 'list' action returns up to 50 items per page. |
| gtm_versionA | Performs all container version operations: get, live, publish, remove, setLatest, undelete, update. For 'get' and 'live' actions, use 'resourceType' to paginate specific resource arrays (up to 20 items per page) to avoid response truncation. |
| gtm_workspaceB | Performs various workspace operations including create, get, list, update, remove, createVersion, getStatus, sync, quickPreview, and resolveConflict actions. The 'list' action returns up to 50 items per page. |
| gtm_zoneB | Performs various zone operations including create, get, list, update, remove, and revert actions. The 'list' action returns up to 20 items per page. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 18 tools
Each tool is named after a distinct GTM resource, and there is no overlap in the resource types they operate on. Examples include gtm_container, gtm_tag, and gtm_account, which clearly separate concerns.
All tools follow a consistent pattern of 'gtm_' followed by the resource name (e.g., gtm_workspace, gtm_trigger). No mixing of naming conventions or verb styles.
With 18 tools covering the main GTM entities (containers, tags, triggers, workspaces, etc.), the count is well-scoped for a comprehensive management server. Each tool earns its place.
The toolset covers all major GTM resource types, including containers, accounts, workspaces, tags, triggers, variables, environments, folders, and more. Only niche or rarely used entities are absent, making the surface complete for typical GTM management.