Skip to main content
Glama
SerpstatGlobal

Serpstat MCP Server

Official

page_audit_get_reports_for_page

Retrieve historical audit reports for a specific page to track scan progress, view error counts, and monitor SEO health scores over time.

Instructions

Get history of all audit reports for a specific page. Returns array of reports with: id (reportId), auditDate, status, sdo (0-100 score), high/medium/low/information error counts, viruses, progress (0-100). Use this to track scan completion and view historical results. Status values: 1=in progress, 3=finalizing, 4=completed. Sort by auditDate to get most recent first. Does not consume API credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageIdYesPage ID to get reports for
limitNoNumber of reports to return (optional)
offsetNoOffset for pagination (optional)
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well by disclosing key behavioral traits: it specifies the return format (array with detailed fields), explains status values, recommends sorting, and importantly notes 'Does not consume API credits'—a critical operational detail not inferable from the schema.

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 appropriately sized and front-loaded: the first sentence states the core purpose, followed by essential details on returns, usage, status values, sorting, and API credit impact. Every sentence adds value without redundancy, making it efficient and well-structured.

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?

Given the tool's moderate complexity (3 parameters, no output schema, no annotations), the description is largely complete: it covers purpose, return data, usage context, status decoding, sorting advice, and API credit impact. However, it lacks details on error handling or pagination defaults, leaving minor gaps.

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 parameters (pageId, limit, offset). The description does not add any parameter-specific semantics beyond what the schema provides, such as default values or usage tips for pagination, meeting the baseline score of 3.

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 tool's purpose with specific verb ('Get history of all audit reports') and resource ('for a specific page'), distinguishing it from siblings like 'page_audit_get_last_scans' or 'page_audit_get_results_report' by focusing on historical reports rather than recent scans or detailed results.

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 provides clear context for when to use this tool ('to track scan completion and view historical results'), but does not explicitly mention when not to use it or name specific alternatives among the many sibling tools, such as 'page_audit_get_last_scans' for only recent scans.

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/SerpstatGlobal/serpstat-mcp-server-js'

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