Skip to main content
Glama

Get search performance

get_search_performance
Read-onlyIdempotent

Get search performance data from Google Search Console — keywords or pages, with clicks, impressions, CTR, and average position. Use for SEO performance, keyword rankings, organic traffic, search visibility, or per-page SEO. Page SEO: pass dimensions=["page"] (optional page_filter). Keywords: dimensions=["query"] (default). Combinable: ["query","page"].

Routing: Call get_site_list first if you don't already know the site_url to query. Page SEO uses this door with dimensions=["page"] — there is no second page door.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateNoEnd date in YYYY-MM-DD format. Defaults to today.
site_urlYesThe site URL exactly as shown in Search Console (e.g., "sc-domain:example.com" or "https://example.com/")
companyIdYesFreedomOS company id to act within (you must be a member). Required for company-scoped tools.
row_limitNoMax rows to return (1-100). Defaults to 25.
dimensionsNoDimensions to group by, combinable: ["query"] for keywords, ["page"] for pages, ["query","page"] for both. Defaults to ["query"].
start_dateNoStart date in YYYY-MM-DD format. Defaults to 28 days ago.
page_filterNoOptional filter: only include rows where the page URL contains this string.
query_filterNoOptional filter: only include rows where the query contains this string.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / dimensions / description
      Previous value: -"Dimensions to group by. Options: \"query\", \"page\", \"country\", \"device\", \"date\". Defaults to [\"query\"]."New value: +"Dimensions to group by, combinable: [\"query\"] for keywords, [\"page\"] for pages, [\"query\",\"page\"] for both. Defaults to [\"query\"]."
  2. First observed

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive behavior. The description adds useful behavioral context: the data source, default dimensions, combinable dimensions, default date range, and the exact site_url format expectation. It stops short of describing response shape or pagination, which is a minor gap for a read-only analytics tool.

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?

Front-loaded with the main action and metrics, then organized into modes and routing guidance. Every sentence earns its place, with no filler or duplication of the schema.

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

Completeness5/5

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

For a read-only analytics tool, the description covers the data source, metrics, dimensions, defaults, filters, and routing prerequisite. The detailed schema covers all parameters and the annotations cover safety, leaving no critical gap for an agent to invoke it correctly.

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 baseline is 3. The description restates key parameter usage such as dimensions values, defaults, and optional filters, but does not add meaning materially beyond what the schema already provides.

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 the exact resource ('search performance data from Google Search Console'), the metrics returned (clicks, impressions, CTR, average position), and the two dimension modes (query/page). It also differentiates itself from sibling data tools by framing this as the SEO/organic-search entry point.

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

Usage Guidelines5/5

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

Provides explicit use cases ('SEO performance, keyword rankings, organic traffic, search visibility, per-page SEO') and concrete routing guidance: call get_site_list first if site_url is unknown, use dimensions=['page'] for page SEO, and notes there is no second page door. This leaves no ambiguity about when to select this tool.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources