Skip to main content
Glama
jabeer4148-ops

google-measurement-mcp

Check connection and operating mode

gmcp_diagnostics
Read-onlyIdempotent

Check whether Google Measurement credentials are available and confirm read/write mode without exposing tokens or client secrets. Diagnose access setup before using Analytics, Search Console, or Tag Manager data.

Instructions

Check credential availability and read/write mode without exposing tokens or client secrets. Does not guarantee access to any particular property. Never starts browser sign-in.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.2.0

TDQS

A4.6/5.0
Behavior5/5

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

Annotations already declare readOnly, idempotent, openWorld, and non-destructive behavior. The description adds valuable behavioral context beyond that: it will not expose tokens or client secrets, does not guarantee access to properties, and never initiates browser sign-in. No contradiction with annotations.

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 short sentences with no filler. The core purpose is front-loaded, and the caveats are relevant and compact.

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 zero-parameter diagnostic tool with annotations and no output schema, the description covers what the tool checks, what it avoids exposing, and its limits. It could briefly state the return shape, but this is a minor gap given the tool's simplicity.

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

Parameters4/5

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

The tool has zero parameters, so the schema imposes no burden. The description appropriately focuses on behavior instead of inputs, and no parameter-level explanation is needed.

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 and resource: 'Check credential availability and read/write mode.' This clearly distinguishes the diagnostic tool from data-facing siblings like ga4_run_report or gsc_search_analytics_query.

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?

The description implies this tool is for checking connection state and operational mode before or instead of relying on access assumptions. It does not explicitly name alternatives or exclusion conditions, but 'Does not guarantee access to any particular property' and 'Never starts browser sign-in' help agents know what it will not do.

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