Skip to main content
Glama
joomlapro

jptb-google-tools

by joomlapro

gtm_update_tag

Modify an existing Google Tag Manager tag by its ID to adjust settings or fix configuration issues, ensuring the tag matches your updated requirements.

Instructions

Update an existing GTM tag by id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagYes
tag_idYes
account_idYes
container_idYes
workspace_idYes
connection_idNo
session_tokenNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

C2.8/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure, but it only conveys that a tag will be updated. It does not explain whether this is a partial or full replacement, whether it requires a draft workspace, whether it affects published versions, or what happens if the tag does not exist.

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 a single front-loaded sentence with no filler or redundancy. Every word is purposeful, achieving maximum conciseness while still identifying the operation and target.

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

Completeness1/5

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

For a 7-parameter mutation tool with 5 required parameters, a nested object, no annotations, and no output schema, this description is severely incomplete. It does not explain the role of the id parameters, the structure of the tag object, or any behavioral implications, leaving the agent to guess.

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

Parameters1/5

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

Schema description coverage is 0% and the description adds almost no parameter meaning. The phrase 'by id' is ambiguous among the four id fields in the schema (account_id, container_id, workspace_id, tag_id), and the required nested 'tag' object is entirely undocumented.

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 states a specific verb ('Update'), a specific resource ('GTM tag'), and the targeting mechanism ('by id'). This clearly distinguishes it from siblings like gtm_create_tag, gtm_update_trigger, and gtm_update_variable, even without naming them.

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 guidance is given on when to use this tool instead of alternatives such as gtm_create_tag or other update tools. The description neither states preconditions nor excludes scenarios, so the agent receives no routing or decision support.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.