Skip to main content
Glama
guifreballester-seranking

SE Ranking SEO Data API MCP Server

Domain Overview History

domainOverviewHistory

Fetch a domain's historical search overview, showing organic or paid traffic trends over time for a selected country.

Instructions

Fetch domain historical overview (v1/domain/overview/history)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeNoSpecifies whether to retrieve historical data for organic search traffic or paid search (advertising) traffic.organic
domainYesThe domain name for which to retrieve historical performance data.
sourceYesAlpha-2 country code of the regional keyword database.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are provided, so the description must carry the full behavioral disclosure burden. It only says 'Fetch domain historical overview' and gives an endpoint; it does not describe what the historical data includes, time ranges, metric units, pagination, or any other runtime behavior.

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 a single sentence with a front-loaded verb and resource, followed by the endpoint in parentheses. There is no filler or redundant content; every part of the sentence earns its place.

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?

There is no output schema and no annotations, so the description alone must provide sufficient context. It explains only the basic action and endpoint, but omits important context such as what metrics are returned, what time range is covered, and how this history tool relates to the broader domainOverview family. Parameter coverage is acceptable due to the schema, but overall context is thin.

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 input schema already documents type, domain, and source clearly. The description adds no additional parameter context, but the schema handles the heavy lifting, so a baseline score of 3 is appropriate.

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 the verb and resource: 'Fetch domain historical overview' and includes the endpoint. The word 'historical' helps distinguish it from the sibling domainOverview, but it does not explicitly call out the difference or other related variants like domainOverviewWorldwide, so it stops short of full sibling differentiation.

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 word 'historical' implies this tool is for retrieving historical overview data rather than current data, giving some usage signal. However, there is no explicit guidance on when to choose this over the many sibling tools, no exclusions, and no mention of alternatives, leaving the agent to infer the use case.

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