Skip to main content
Glama
samarthanalytics-sj

Samarth GTM MCP Server

Official

ga4_update_property_access_binding

Modify user roles on a Google Analytics 4 property by specifying the property access binding and new roles. Requires confirmation to apply changes.

Instructions

[GA4 WRITE] Change a user's roles on a property (needs analytics.manage.users). Pass only the fields to change; updateMask is derived from them (override with an explicit updateMask for nested paths). Requires GA4_MCP_ENABLE_WRITES=true and confirm=true.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesFull resource name of the property access binding to target, e.g. "properties/123/…/456".
rolesYes
confirmYesMust be true to apply the change.
updateMaskNoComma-separated field paths to update. Omit to derive from the supplied fields.
Behavior3/5

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

Discloses it is a write operation, requires permissions, and describes updateMask derivation behavior. However, no details on success/failure, idempotency, or side effects.

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 brief, front-loaded with [GA4 WRITE], and conveys essential usage and constraints in two sentences with no redundancy.

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?

Covers prerequisites and updateMask behavior well, but omits return value/response format and error handling, which is important for a write operation with no output schema.

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 covers 75% of parameters with descriptions, but the 'roles' parameter lacks both schema description and any hint in the tool description about valid roles (e.g., accepted values). The description does not compensate for this 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 changes a user's roles on a property via GA4 WRITE, matching the tool name and distinguishing it from related tools like create/delete access bindings.

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?

Specifies required permissions (analytics.manage.users), required configuration (GA4_MCP_ENABLE_WRITES=true, confirm=true), and provides guidance on using updateMask. Lacks explicit exclusion of alternatives like delete.

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