Skip to main content
Glama
aline-delmain

Delmain GA4 MCP

get_property

Retrieve metadata for a Google Analytics 4 property including display name, time zone, and currency by providing the numeric property ID.

Instructions

Get metadata for one GA4 property: display name, time zone, currency.

property_id: numeric GA4 property ID (e.g. "463688888"). If omitted, uses DELMAIN_GA4_PROPERTY_ID from the environment when set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
property_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so the description must convey behavioral traits. It discloses the env var fallback but does not mention authentication requirements, rate limits, or whether it is read-only (though 'Get metadata' implies read). With no annotations, this is moderately informative but lacks depth.

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 two concise sentences with no wasted words. The first sentence front-loads the purpose, and the second details the parameter. It is appropriately sized for the tool's simplicity.

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?

Given the presence of an output schema, the description does not need to detail return values. It covers the parameter semantics and fallback behavior. For a simple one-parameter tool, this is complete enough, though it could mention potential error cases.

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 schema has 0% description coverage for the parameter, but the description adds significant meaning: it specifies the expected format (numeric GA4 ID), gives an example, and explains the fallback to an environment variable. This compensates well for the schema 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?

The description clearly states it retrieves metadata for a single GA4 property, listing specific fields (display name, time zone, currency). This is distinct from sibling tools like list_properties (lists properties) and run_report (runs reports).

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 explains the property_id parameter and its fallback to an environment variable. It implicitly indicates when to use this tool (to get a single property's metadata) versus siblings, but does not explicitly state when not to use it.

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/aline-delmain/delmain-ga4-mcp'

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