Skip to main content
Glama
Dweeb1578

Marketing Analytics MCP Server

by Dweeb1578

gsc_position_distribution

Analyze the distribution of indexed pages by Google search position ranges: top 3, 4-10, 11-20, and beyond. Identify search visibility gaps.

Instructions

Bucket indexed pages by average position (1-3 / 4-10 / 11-20 / 21+).

Args: start_date: YYYY-MM-DD (default: 31 days ago) end_date: YYYY-MM-DD (default: 3 days ago) country: 3-letter country code; empty for global

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countryNo
end_dateNo
start_dateNo

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. The description discloses the bucketing logic and parameter defaults, but does not mention whether the tool is read-only, rate limits, or data freshness. It assumes the agent understands GSC context but lacks explicit behavioral caveats.

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 extremely concise: one sentence for purpose followed by a clean list of arguments with defaults. No unnecessary words, and every sentence adds value.

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 that an output schema exists (context flag true), the description does not need to detail return values. It covers input parameters thoroughly. Minor omission: no mention of what the output looks like (e.g., counts per bucket), but the output schema likely fills this gap.

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 input schema has no parameter descriptions (0% coverage), but the description fully documents each parameter with format (YYYY-MM-DD) and defaults, and clarifies the country code format and meaning of empty. 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 the tool's function: 'Bucket indexed pages by average position' with specific ranges (1-3/4-10/11-20/21+). This distinguishes it from siblings like gsc_search_analytics or gsc_totals, which serve different analytical purposes.

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 explains parameters and defaults but provides no guidance on when to use this tool versus alternatives (e.g., gsc_search_analytics for query-level data). No explicit usage context or selection criteria is given.

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/Dweeb1578/marketing-analytics-mcp'

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