Skip to main content
Glama
ravinwebsurgeon

DataForSEO MCP Server

backlinks_timeseries_new_lost_summary

Analyze new and lost backlinks and referring domains for a domain over a specified time period, with results grouped by day, week, month, or year for time-series visualization.

Instructions

This endpoint will provide you with the number of new and lost backlinks and referring domains for the domain specified in the target field. The results will be provided for a period between the two indicated dates, and metrics will be grouped by the time range that you define: day, week, month, or year. Data from this endpoint will be especially helpful for building time-series graphs of new and lost backlinks and referring domains.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesdomain to get data for required field a domain should be specified without https:// and www. example: "forbes.com"
date_fromNostarting date of the time range optional field this field indicates the date which will be used as a threshold for summary data; minimum value: 2019-01-30 maximum value shouldn’t exceed the date specified in the date_to date format: "yyyy-mm-dd" example: "2021-01-01"
date_toNoending date of the time range optional field if you don’t specify this field, the today’s date will be used by default minimum value shouldn’t preceed the date specified in the date_from maximum value: today’s date date format: "yyyy-mm-dd" example: "2021-01-15"
group_rangeNotime range which will be used to group the results optional field default value: month possible values: day, week, month, year note: for day, we will return items corresponding to all dates between and including date_from and date_to; for week/month/year, we will return items corresponding to full weeks/months/years, where each item will indicate the last day of the week/month/year for example, if you specify: "group_range": "month", "date_from": "2022-03-23", "date_to": "2022-05-13" we will return items falling between 2022-03-01 and 2022-05-31, namely, three items corresponding to the following dates: 2022-03-31, 2022-04-30, 2022-05-31 if there is no data for a certain day/week/month/year, we will return 0month
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It describes what the tool returns (counts of new/lost backlinks and referring domains) and the grouping behavior. However, it doesn't mention important behavioral aspects like whether this is a read-only operation, potential rate limits, authentication requirements, data freshness, or what happens when no data exists for certain periods (though the schema mentions returning 0).

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 appropriately sized with three sentences that each serve a purpose: stating what the tool provides, describing the time parameters, and explaining the primary use case. It's front-loaded with the core functionality. While efficient, the third sentence could be slightly more concise by integrating the use case context earlier.

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

Completeness3/5

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

Given the tool's moderate complexity (time-series analysis with grouping), no annotations, and no output schema, the description provides adequate but incomplete context. It explains what metrics are returned and their use case, but doesn't describe the output format, potential limitations, or how to interpret the results. For a time-series tool with no output schema, more detail about the return structure would be helpful.

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 four parameters thoroughly. The description adds minimal value beyond what's in the schema - it mentions the target field and date range parameters but doesn't provide additional semantic context. The baseline of 3 is appropriate when the schema does the heavy lifting.

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?

The description clearly states the specific action ('provide you with the number of new and lost backlinks and referring domains'), resource ('for the domain specified'), and scope ('for a period between the two indicated dates, and metrics will be grouped by the time range'). It distinguishes from sibling tools like 'backlinks_summary' or 'backlinks_timeseries_summary' by focusing specifically on new/lost metrics for time-series analysis.

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?

The description explicitly states when to use this tool: 'Data from this endpoint will be especially helpful for building time-series graphs of new and lost backlinks and referring domains.' This provides clear context about its primary use case. However, it doesn't explicitly mention when NOT to use it or name specific alternatives among the many sibling tools.

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

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