Skip to main content
Glama
tijevlam

unboundai-gtm-mcp-server

by tijevlam

gtm_client

Perform client operations on Google Tag Manager: create, get, list, update, remove, and revert clients.

Instructions

Performs all client operations: create, get, list, update, remove, revert. The 'list' action returns up to itemsPerPage items per page.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination (starts from 1). Each page contains up to itemsPerPage items.
actionYesThe client operation to perform. Must be one of: 'create', 'get', 'list', 'update', 'remove', 'revert'.
clientIdNoThe unique ID of the GTM Client. Required for 'get', 'update', 'remove', and 'revert' actions.
accountIdYesThe unique ID of the GTM Account containing the client.
containerIdYesThe unique ID of the GTM Container containing the client.
fingerprintNoThe fingerprint for optimistic concurrency control. Required for 'update' and 'revert' actions.
workspaceIdYesThe unique ID of the GTM Workspace containing the client.
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 Client resource, except IDs.
Behavior2/5

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

With no annotations provided, the description bears full responsibility for disclosing behavioral traits. It mentions pagination for list but does not describe destructive actions like 'remove' or 'revert', auth requirements, idempotency, or error behavior. This is insufficient for a tool with multiple write operations.

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, front-loading the purpose with the action list. It is efficient and avoids waste, though it could briefly structure action-specific details 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?

Given the complexity (9 parameters, nested objects, multiple actions) and no output schema, the description lacks information about return values, error handling, and action-specific behavior. Users need more context to understand what each action returns or requires.

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%, so the baseline is 3. The description adds context about 'list' returning up to itemsPerPage items, but otherwise does not provide meaning beyond the schema's parameter descriptions. It meets the minimum but does not compensate for any gaps.

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 'performs all client operations' and lists the specific actions (create, get, list, update, remove, revert), making it distinct from sibling tools like gtm_tag or gtm_container. It uses a specific verb-resource combination and enumerates the operations.

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 usage for client management via the action list, but it does not explicitly state when to use this tool versus alternatives (e.g., gtm_tag for tags). No when-not-to-use or alternative guidance is given.

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