Skip to main content
Glama
konkomaji

Google Marketing MCP

by konkomaji

gtm_sync_workspace

Pull live Google Tag Manager container changes into a workspace to resolve merge conflicts. Returns unmergeable changes for manual resolution.

Instructions

Pull the latest live container state into a workspace.

Run this when workspace_status reports merge conflicts. Changes that cannot be merged automatically are returned so you can resolve them by hand.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
account_idNo
container_idNo
workspace_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the full burden, and it does disclose useful behavior: it pulls live state into a workspace and returns unmergeable changes for manual resolution. However, it does not explain the likely mutating side effects, what happens to auto-merged changes, or the role of the confirm parameter.

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 short, front-loaded with the primary action, and every sentence earns its place: what the tool does, when to run it, and what happens with conflicts. There is no padding or repetition.

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 description covers the main trigger and result, and an output schema exists, so return values are not its responsibility. However, it omits key invocation details—especially the confirm flag and what may be overwritten—which leaves the agent without enough information to feel confident about executing a potentially destructive sync.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate, but it does not explain any of the four parameters. account_id, container_id, and workspace_id are inferable from the GTM context, but confirm is ambiguous and potentially critical for invoking the tool safely.

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 names a specific operation—pull the latest live container state into a workspace—and clearly distinguishes when this is appropriate by referencing workspace_status merge conflicts. This separates it from related GTM tools even without listing alternatives.

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

Usage Guidelines4/5

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

It gives an explicit trigger: run this when workspace_status reports merge conflicts. This is clear context for when to use the tool, though it does not explicitly state when not to use it or name alternative tools.

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

Deploy Server

Other Tools