Skip to main content
Glama
metkamedia

Google Tag Manager MCP Server

by metkamedia

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
gtm_accountA

Performs all account-related operations: get, list, update. Use the 'action' parameter to select the operation.

gtm_containerC

Performs container operations: get, list, create, update, delete.

gtm_workspaceB

Performs workspace operations: get, list, create, update, delete.

gtm_folderC

Manages GTM folders for organizing tags, triggers, and variables.

gtm_tagC

Performs tag operations: get, list, create, update, delete.

gtm_triggerC

Performs trigger operations: get, list, create, update, delete.

gtm_variableA

Performs variable operations: get, list, create, update, delete.

gtm_builtin_variableA

Manages GTM built-in variables: list, create (enable), delete (disable).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 8 tools

Disambiguation5/5

Each tool is named after a distinct GTM entity (account, container, workspace, folder, tag, trigger, variable, built-in variable), making it clear which resource to target. Even though individual tools handle multiple operations via an 'action' parameter, the resource types are mutually exclusive and unambiguous.

Naming Consistency5/5

All tools follow a consistent snake_case pattern of 'gtm_' plus a noun, with no mixed conventions or vague verbs. The naming is uniform and predictable, matching the style of the calibration high example.

Tool Count5/5

With 8 tools covering the primary GTM resource types, the count is well-scoped for the domain. Each tool earns its place, and the set is neither too thin nor too heavy for a GTM-focused server.

Completeness4/5

The tools provide full CRUD/lifecycle coverage for containers, workspaces, tags, triggers, and variables, plus account management and built-in variable control. Minor gaps exist (e.g., no explicit create/delete for accounts, no version or environment management), but core workflows are covered without dead ends.

Maintenance

ActivityInactive
ResponsivenessNo issues