Skip to main content
Glama
kenlim-mops

GTM Data MCP

by kenlim-mops

List detected source updates

gtm_list_source_updates
Read-onlyIdempotent

List source updates detected by reconciliation to review pending changes. Filter by status or connector key to identify which changes need approval.

Instructions

List reviewable changes detected by source reconciliation; this tool cannot approve or apply them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
statusNopending
connectorKeyNo
Install Server

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already cover readOnlyHint, idempotentHint, and destructiveHint, so the description does not need to repeat safety. It adds useful workflow context by noting the listed updates are reviewable and that approval/application is out of scope, but it does not describe return shape, pagination, or filtering behavior beyond the schema.

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 one concise sentence that leads with the primary action and resource, then adds the key limitation. There is no wasted text or redundant restating of the title.

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

Completeness3/5

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

For a tool with three optional parameters and no output schema, the description captures the core purpose and read-only limitation. However, it leaves important context unclear, such as what fields each returned update contains, how connectorKey affects results, and what each status value means in the reconciliation workflow.

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 provides no explanation of limit, status, or connectorKey semantics beyond the bare schema defaults and enums. The phrase 'reviewable changes' loosely relates to status, but it does not meaningfully compensate for the missing parameter documentation.

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 verb ('List'), a specific resource ('reviewable changes detected by source reconciliation'), and explicitly scopes what the tool cannot do ('cannot approve or apply them'). This clearly differentiates it from sibling tools like gtm_validate_bulk_change or gtm_list_bulk_templates.

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 the tool should be used when an agent needs to review source-reconciliation changes, and it gives one exclusion: it cannot approve or apply them. However, it does not name sibling alternatives or state explicit when-to-use conditions, leaving routing partially to inference.

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

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/kenlim-mops/gtm_data_mcp'

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