Skip to main content
Glama
samarthanalytics-sj

Samarth GTM MCP Server

Official

versions_get

Retrieve the full contents of a Google Tag Manager container version by specifying its version ID, or use 'live' to get the currently live version.

Instructions

Get the full contents of a specific GTM container version. Pass "live" as containerVersionId to get the currently live version.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountIdYes
containerIdYes
containerVersionIdYesThe container version ID, or "live" for the current live version.
Behavior3/5

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

No annotations provided, so the description carries the burden. It implies a read-only operation ('Get'), but does not explicitly state side-effects or permissions. The behavioral disclosure is adequate but not rich.

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?

Two sentences, front-loaded with the core purpose and an immediate usage tip. No redundant information.

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?

For a simple get tool with 3 string parameters and no output schema, the description is adequate. It specifies the input parameters concisely and adds a useful tip. Lacks details on return shape or error conditions, but these are not critical.

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 33% (only containerVersionId has a description). The tool description adds value for containerVersionId by repeating the special 'live' hint, but accountId and containerId remain undocumented. Description does not compensate for low coverage.

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?

Description clearly states the verb 'Get' and the resource 'full contents of a specific GTM container version', distinguishing it from sibling tools like versions_list or versions_delete. The special value 'live' is explicitly mentioned.

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 clear context on using 'live' as containerVersionId for the current live version. Does not explicitly state when not to use or compare with alternatives, but the context is sufficient for a simple retrieval tool.

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/samarthanalytics-sj/samarth-analytics-mcp'

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