Skip to main content
Glama
joomlapro

jptb-google-tools

by joomlapro

gtm_list_workspaces

Retrieve all workspaces in a Google Tag Manager container by specifying the account and container IDs to review drafts and published versions.

Instructions

List workspaces in a GTM container.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYes
container_idYes
connection_idNo
session_tokenNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description must fully convey behavior. It only states 'List,' which implies a read-only retrieval operation, but it does not disclose pagination, ordering, return shape, authentication requirements, or error behavior.

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, focused sentence with no filler or redundant content. It is immediately readable and earns its place.

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?

With no annotations, no output schema, and four parameters, the one-sentence description is incomplete. It does not explain what the response will contain, how connection/session parameters are used, or any limitations. For a simple list operation it is minimally usable, but significant context is missing.

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% and the description does not explain account_id, container_id, connection_id, or session_token. It only implies that workspaces are scoped to a GTM container, leaving parameter semantics mostly to naming conventions.

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 uses a specific verb ('List') and identifies the exact resource ('workspaces in a GTM container'). This clearly distinguishes it from sibling tools that list accounts, containers, tags, triggers, variables, or versions.

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: use this tool to list workspaces within a GTM container. However, it provides no explicit guidance about when to choose it over alternatives or any exclusions, leaving the routing largely to inference from the tool name.

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