Skip to main content
Glama
tijevlam

unboundai-gtm-mcp-server

by tijevlam

gtm_version

Simplify GTM container versioning by handling all version operations—get, publish, update, remove, undelete, set latest, and live—with pagination for large resource sets.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination (starts from 1). Only used when resourceType is specified.
actionYesThe container version operation to perform. Must be one of: 'get', 'live', 'publish', 'remove', 'setLatest', 'undelete', 'update'.
accountIdYesThe unique ID of the GTM Account containing the container version.
containerIdYesThe unique ID of the GTM Container containing the version.
fingerprintNoThe fingerprint for optimistic concurrency control. Required for 'publish' and 'update' actions.
itemsPerPageNoNumber of items to return per page (1-20). Only used when resourceType is specified.
resourceTypeNoSpecific resource type to retrieve with pagination (only for 'get' and 'live' actions). If not specified, returns summary with sample items.
includeSummaryNoInclude counts and metadata for all resource types. Only used when resourceType is specified.
containerVersionIdNoThe unique ID of the GTM container version. Required for 'get', 'publish', 'remove', 'setLatest', 'undelete', and 'update' actions.
createOrUpdateConfigNoConfiguration for 'create' and 'update' actions. All fields correspond to the GTM container version resource, except IDs.
Behavior2/5

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

No annotations are provided, so the description carries full burden. It mentions pagination limits (20 items per page) but fails to disclose whether operations are destructive, require authentication, or have other side effects. For a tool with multiple mutation actions, this is a significant gap.

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: the first lists operations, the second provides pagination advice. It is front-loaded with the purpose and contains no fluff. Every sentence earns its place.

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

Completeness2/5

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

Despite 10 parameters and no output schema, the description does not explain required parameters (accountId, containerId), what the tool returns, or prerequisites for each action. Pagination advice is useful but insufficient for a complex tool handling multiple operations.

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

Parameters4/5

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

Schema coverage is 100%, so baseline is 3. The description adds value by explaining that pagination parameters (page, itemsPerPage) are only used when resourceType is specified, and that resourceType helps avoid response truncation. This enhances the 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 verb ('performs') and the resource ('container version operations'), and lists all seven specific operations. This distinguishes it from sibling tools like gtm_tag or gtm_trigger which handle different resources.

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

Usage Guidelines4/5

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

The description provides explicit guidance on when to use pagination: for 'get' and 'live' actions with 'resourceType'. However, it does not specify when not to use the tool or offer alternatives for other operations.

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/tijevlam/unboundai-google-tag-manager-mcp-server'

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