Skip to main content
Glama
tijevlam

unboundai-gtm-mcp-server

by tijevlam

gtm_zone

Perform create, get, list, update, remove, and revert zone operations in Google Tag Manager.

Instructions

Performs various zone operations including create, get, list, update, remove, and revert actions. The 'list' action returns up to 20 items per page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination (starts from 1). Each page contains up to itemsPerPage items.
actionYesThe zone operation to perform. Must be one of: 'create', 'get', 'list', 'update', 'remove', 'revert'.
zoneIdNoThe unique ID of the GTM Zone. Required for all actions except 'create' and 'list'.
accountIdYesThe unique ID of the GTM Account containing the zone.
containerIdYesThe unique ID of the GTM Container containing the zone.
fingerprintNoFingerprint for optimistic concurrency control. Required for 'update' and 'revert' actions.
workspaceIdYesThe unique ID of the GTM Workspace containing the zone.
itemsPerPageNoNumber of items to return per page (1-20). Default: 20. Use lower values if experiencing response issues.
createOrUpdateConfigNoConfiguration for 'create' and 'update' actions. All fields correspond to the GTM zone resource, except IDs.
Behavior2/5

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

No annotations are provided. The description mentions pagination behavior ('list' returns up to 20 items per page), but does not disclose destructive nature of 'remove' or 'update' actions, authentication needs, or rate limits. For a tool with mutating operations, this is insufficient.

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

Conciseness4/5

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

The description is two sentences with no unnecessary words. It front-loads the purpose and adds a key behavioral note. Slightly more structure or clarity on action-specific behavior could improve it, but it is efficient.

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?

Given the tool's complexity (9 parameters, nested objects, multiple mutating actions, no output schema), the description is too minimal. It does not explain return values, error cases, or how the createOrUpdateConfig parameter works. Many important contextual details are missing.

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

Parameters3/5

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

Schema description coverage is 100% (all 9 parameters have descriptions). The description adds one behavioral detail (list action pagination) but otherwise does not add meaning beyond the schema. Baseline 3 is appropriate.

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 tool performs various zone operations and lists the specific actions (create, get, list, update, remove, revert), distinguishing it from sibling tools like gtm_container or gtm_tag. The verb 'performs' combined with the resource 'zone operations' is specific.

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

Usage Guidelines3/5

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

The description implies the tool is for managing zones, but does not explicitly state when to use it versus alternatives (e.g., for containers use gtm_container). No when-not-to-use or alternative recommendations are provided.

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