Skip to main content
Glama
konkomaji

Google Marketing MCP

by konkomaji

ga4_get_property

Get full configuration and settings for a specific GA4 property by ID, enabling detailed analysis of its reporting structure.

Instructions

Full detail for one GA4 property.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
property_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description alone must carry the behavioral burden. It only says 'full detail' and does not disclose that this is a read-only operation, whether it depends on a specific account selection, or anything about the output. Behavioral expectations are largely implicit.

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?

There is zero fluff; a five-word sentence delivers the core meaning. The key modifier 'one' is front-loaded and distinguishes the operation from listings.

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?

An output schema is present, so the return format does not need to be spelled out. For a one-parameter getter this is mostly adequate, but the description does not state how property_id is supplied or what happens when no ID is given, leaving a small but important gap.

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 never mentions property_id. While the parameter name and schema make it reasonably self-explanatory, the description adds no extra guidance on how to identify the property, format the ID, or handle the nullable optional default.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Full detail for one GA4 property' clearly signals a single-property retrieval and the use of 'one' distinguishes it from list/create/update siblings. It lacks an explicit action verb, but the tool name reinforces the getter semantics.

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 use for retrieving a single property, but does not explicitly contrast it with ga4_list_properties or mention when someone should choose this over create/update. The one-vs-list phrasing gives limited guidance, but no alternative or conditional context is stated.

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

Deploy Server

Other Tools