Skip to main content
Glama
zhangluka

grain-seo-mcp

by zhangluka

analytics_query

Query search analytics data from Google Search Console with optional pagination, dimensions, filters, and multiple output formats. Retrieve performance metrics for a specified site and date range.

Instructions

Query search analytics data with optional pagination

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
siteUrlYesThe URL of the site
startDateYesStart date (YYYY-MM-DD)
endDateYesEnd date (YYYY-MM-DD)
dimensionsNoDimensions to group by (date, query, page, country, device, searchAppearance)
typeNoSearch type (default: web)
aggregationTypeNoHow to aggregate data (default: auto)
dataStateNoInclude fresh data? 'all' includes fresh (preliminary) data (default: final)
limitNoMax rows to return (default: 1000)
startRowNoStarting row for pagination (0-based)
filtersNoFilters (dimension: query/page/country/device, operator: equals/contains/notContains/includingRegex/excludingRegex)
formatNoOutput format (default: json)
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It only mentions 'optional pagination' which is already evident from the schema (startRow, limit). It does not disclose any behavioral traits like rate limits, data freshness, or potential large result sizes.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence, concise and front-loaded. However, it lacks substance; every word is earned but insufficient information is provided.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity of the tool (11 parameters, many sibling tools), the description omits critical context such as return format (despite format param), data scope, and use cases. No output schema exists, so description should explain what is returned.

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

Parameters3/5

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

The input schema has 100% description coverage, so each parameter is already documented. The tool description adds only 'with optional pagination', which does not enhance understanding beyond the schema. Baseline 3 is appropriate.

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

Purpose3/5

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

The description states it queries search analytics data with pagination, but it is vague about the specific data (e.g., metrics) and does not differentiate from many sibling tools like analytics_top_queries or analytics_time_series that have more specific purposes.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this general query tool versus the many specific analytics_* siblings (e.g., top queries, time series). The description fails to provide any context for tool selection.

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/zhangluka/grain-seo-mcp'

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