Skip to main content
Glama
tijevlam

unboundai-gtm-mcp-server

by tijevlam

gtm_workspace

Manage Google Tag Manager workspaces: create, update, list, sync, preview, and resolve conflicts across tags, triggers, and variables.

Instructions

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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination (starts from 1). Each page contains up to itemsPerPage items.
actionYesThe workspace operation to perform. Must be one of: 'create', 'get', 'list', 'update', 'remove', 'createVersion', 'getStatus', 'sync', 'quickPreview', 'resolveConflict'.
entityNoThe resolved entity for 'resolveConflict' action.
accountIdYesThe unique ID of the GTM Account containing the workspace.
containerIdYesThe unique ID of the GTM Container containing the workspace.
fingerprintNoFingerprint for optimistic concurrency control. Required for 'update' and 'resolveConflict' actions.
workspaceIdNoThe unique ID of the GTM Workspace. Required for all actions except 'create' and 'list'.
changeStatusNoThe status of the change for the entity in the workspace for 'resolveConflict' action. Possible values: 'added', 'modified', 'deleted', 'unmodified'.
itemsPerPageNoNumber of items to return per page (1-50). Default: 50. Use lower values if experiencing response issues.
createOrUpdateConfigNoConfiguration for 'create' and 'update' actions. All fields correspond to the GTM workspace resource, except IDs.
Behavior2/5

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

No annotations provided. The description only discloses that the 'list' action returns up to 50 items per page. It omits other behavioral traits like idempotency, permissions, or side effects of actions like 'remove' or 'resolveConflict'.

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

Conciseness3/5

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

The description is short but reads as a run-on sentence listing all actions. It could be more structured with bullet points or sections for clarity.

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?

The tool has 10 parameters, many nested objects, and multiple actions, but the description is extremely brief. It lacks explanations for what each action does and does not hint at return values (no output schema). Incomplete for such complexity.

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 coverage is 100%, so the baseline is 3. The description adds minimal value beyond the schema, only reiterating the pagination limit already in the 'itemsPerPage' parameter.

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 lists specific actions (create, get, list, update, remove, createVersion, getStatus, sync, quickPreview, resolveConflict) and mentions the list action's page limit, clearly stating what the tool does and distinguishing it from sibling GTM entity tools.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus other GTM tools (e.g., gtm_tag for tags, gtm_trigger for triggers). The description only lists actions without context on selection criteria.

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