Skip to main content
Glama
tijevlam

unboundai-gtm-mcp-server

by tijevlam

gtm_folder

Manage Google Tag Manager folders with operations like create, get, list, update, remove, revert, entities, and move entities to folders. Supports pagination for listing.

Instructions

Performs all folder operations: create, get, list, update, remove, revert, entities, moveEntitiesToFolder. 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.
tagIdNoThe tags to be moved to the folder. Required for 'moveEntitiesToFolder' action.
actionYesThe folder operation to perform. Must be one of: 'create', 'get', 'list', 'update', 'remove', 'revert', 'entities', 'moveEntitiesToFolder'.
folderIdNoThe unique ID of the GTM Folder. Required for 'get', 'update', 'remove', 'revert', 'entities', and 'moveEntitiesToFolder' actions.
accountIdYesThe unique ID of the GTM Account containing the folder.
triggerIdNoThe triggers to be moved to the folder. Required for 'moveEntitiesToFolder' action.
variableIdNoThe variables to be moved to the folder. Required for 'moveEntitiesToFolder' action.
containerIdYesThe unique ID of the GTM Container containing the folder.
fingerprintNoThe fingerprint for optimistic concurrency control. Required for 'update' and 'revert' actions.
workspaceIdYesThe unique ID of the GTM Workspace containing the folder.
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 Folder 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 must fully disclose behavioral traits. It mentions the list action returns up to 50 items per page, but fails to disclose side effects of actions like 'remove' (destructive), 'update' (mutability), or 'revert' (reversibility). Authentication and rate limits are not mentioned.

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 concise with two sentences and no fluff. However, it could be structured to separate group actions or clarify action-specific details.

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 12 parameters, no output schema, and no annotations, the description is incomplete. It does not explain return values per action, prerequisites, or error conditions. For a multi-action tool, more contextual detail is needed.

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 baseline is 3. The description adds minimal value beyond the schema, only noting list pagination limits. It does not explain how parameters relate to each action (e.g., which action requires which fields).

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

Purpose4/5

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

The description clearly states the tool handles all folder operations: create, get, list, update, remove, revert, entities, moveEntitiesToFolder. It distinguishes from sibling tools (which focus on other GTM resources) by specifying the resource type (folder). However, it does not explain what 'entities' or 'revert' actions entail.

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?

No explicit guidance on when to use this tool versus alternatives. While sibling tools handle different resources (e.g., gtm_tag, gtm_trigger), the description does not provide context-specific usage or exclusions. Usage is implied but not explicit.

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