Skip to main content
Glama
burhan29ee

google-analytics-gtm-mcp

by burhan29ee

gtm_create_version

Create a new GTM container version from your current workspace to save changes without publishing. Returns the new version ID and compiler errors.

Instructions

Freeze the current workspace into a new container version. Returns the new containerVersion (with containerVersionId) plus any compiler errors. This does NOT publish; use gtm_publish_version next.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
notesNo
account_idYes
container_idYes
workspace_idYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden of behavioral disclosure. It discloses the key outputs (containerVersion, containerVersionId, compiler errors) and the critical non-publishing behavior. However, it does not mention permissions, reversibility, or what happens to the workspace after freezing, which would add depth. Still, the most important behavioral traits are covered.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is two sentences, front-loaded with the main purpose, then returns value and a critical exclusion. There is zero wasted wording; every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description explains the return value (including containerVersionId and compiler errors) despite lacking an output schema. It also covers the non-publishing aspect and next steps. However, it does not explain parameter semantics or edge cases (e.g., prerequisites, notes field), leaving some gaps for a 5-parameter tool with 0% schema coverage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description provides no additional information about the parameters (name, notes, account_id, container_id, workspace_id). The parameter names are self-explanatory to some degree, but the description does not add meaning beyond the schema, which is a significant gap given the lack of schema descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Freeze the current workspace into a new container version'), identifies the resource (container version), and distinguishes it from the sibling tool gtm_publish_version by explicitly noting it does NOT publish. This is a specific verb+resource pairing with clear differentiation.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool (to freeze/version a workspace) and what to do next ('use gtm_publish_version next'). It also clarifies what it does not do ('This does NOT publish'), providing clear usage context and an explicit alternative.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/burhan29ee/google-analytics-gtm-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server