Skip to main content
Glama
dhawalshah

gsc-mcp

Get Position Band Report

get_position_band_report

Filter Google Search Console performance data by position band (1-3, 4-10, 11-20, 21-50) to identify pages needing ranking improvements.

Instructions

Get pages filtered by position band.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bandNoPosition range. Options: '1-3', '4-10', '11-20', '21-50' (default: '4-10')4-10
end_dateYes
site_urlYesProperty URL
start_dateYes
search_typeNoSearch type filterweb

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

C2.7/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It only says 'Get pages filtered by position band' and reveals nothing about report behavior, date handling, sorting, limits, or output characteristics.

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 very concise and front-loaded with the central operation. However, it is arguably too sparse to be fully useful, which limits the structure score slightly.

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?

Despite an output schema covering return values, the description omits essential context: what type of pages are included, how dates are interpreted, default behaviors, and how this report differs from related tools. The absence of annotations makes this gap more significant.

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 coverage is 60%, and the description adds almost no parameter meaning beyond what the schema already provides. It does not clarify the start_date or end_date parameters, which are undocumented in the schema, or explain how the band filter interacts with the date range.

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 clearly states a specific verb and resource: 'Get pages filtered by position band.' This conveys the core function, though it does not explicitly differentiate itself from sibling tools like get_search_analytics or compare_periods.

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?

The description provides no guidance on when to use this tool versus alternatives. It does not mention exclusions, prerequisites, or scenarios where one of the sibling reports would be more appropriate.

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