Skip to main content
Glama
jinchliu

tagmanager-mcp

by jinchliu

get_live_version

Read-only

Retrieve the currently published container version with metadata and contents to review what is live before publishing a new version.

Instructions

Gets the container version currently published (live).

Returns metadata plus slimmed contents, like get_version. Useful to see what is live before publishing a new version.

Args: account_id: Numeric account ID or full resource path. container_id: Numeric container ID or full resource path.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
account_idYes
container_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true; description adds that it returns 'slimmed contents' and compares to get_version, but no further behavioral context (e.g., no mention of pagination or error states).

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?

Three concise paragraphs: purpose, comparison, use case, then clear Args list. No wasted sentences.

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

Completeness4/5

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

With an output schema present, the description need not detail return format. It covers purpose, parameters, and usage context fully. Could mention read-only nature explicitly, but annotations cover it.

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

Parameters5/5

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

Both parameters are described beyond the schema (e.g., 'Numeric account ID or full resource path') despite 0% schema description coverage, fully compensating for the gap.

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?

Clearly states 'Gets the container version currently published (live)', specifies return type ('metadata plus slimmed contents'), and compares to get_version, distinguishing it from sibling tools.

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?

Provides a specific use case ('useful to see what is live before publishing a new version') and implies get_version for historical versions, but lacks explicit when-not-to-use or alternative descriptions.

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/jinchliu/tagmanager-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server