Skip to main content
Glama
heiner-io
by heiner-io

Search Console: fast auf Seite eins

gsc_fast_seite_eins
Read-only

Identify striking-distance queries ranking on positions 8–20, sort them by estimated extra clicks at a 10% CTR, and prioritize which pages to optimize first.

Instructions

Findet Suchanfragen in Striking Distance: Kombinationen aus Suchanfrage und Seite auf Position 8 bis 20 mit genügend Impressionen. Sortiert nach Potenzial (geschätzte zusätzliche Klicks bei 10 % Klickrate). Ideal, um zu entscheiden, welche Seiten zuerst überarbeitet werden.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tageNoZeitraum in Tagen bis zum letzten verfügbaren Datentag (Standard 28, maximal 480).
limitNoAnzahl der Zeilen (Standard 25).
pos_bisNoSchlechteste Position im Band (Standard 20).
pos_vonNoBeste Position im Band (Standard 8).
propertyNoSearch-Console-Property, z. B. sc-domain:example.com (Domain-Property) oder https://www.example.com/ (URL-Präfix). Ohne Angabe wird GSC_PROPERTY verwendet.
min_impressionenNoMindestanzahl Impressionen, damit eine Zeile zählt (Standard 10).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safety profile is covered. The description adds real behavioral context beyond that: the scoring methodology (estimated additional clicks assuming a 10% CTR) and the impression/position gating, which tells the agent how rows are ranked and why some data is absent.

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?

Three sentences, front-loaded with what is found, then the ranking basis, then the use case — no filler. Minor imprecision in calling the results 'Suchanfragen' before clarifying they are query+page combinations, but the structure is efficient overall.

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?

For a read-only, zero-required-parameter tool with fully documented schema, the description covers purpose, filtering logic, ranking, and use case. With no output schema, it could say a bit more about the shape of returned rows (which columns the agent will see), which is the only real remaining gap.

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?

Schema description coverage is 100%, so the schema already documents all six parameters including defaults and bounds. The description only restates the band (8–20) and the impression threshold conceptually; it adds no syntax, format, or interaction detail 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.

Purpose5/5

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

States a specific verb and resource: it finds query+page combinations in a defined striking-distance band (positions 8–20) with sufficient impressions, and it discloses the sort order (estimated extra clicks at 10% CTR). The query+page granularity and the position band distinguish it from the broader sibling gsc_suchanfragen without needing to name it.

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?

Gives a concrete decision scenario — 'Ideal, um zu entscheiden, welche Seiten zuerst überarbeitet werden' — which tells the agent when this output is the right input for prioritization. It stops short of naming alternatives or exclusion conditions (e.g. when to use gsc_suchanfragen instead), so it is clear context without full routing guidance.

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