Skip to main content
Glama
SerpstatGlobal

Serpstat MCP Server

Official

get_site_audit_elements_with_issues

Identify pages using problematic elements like images, scripts, or links found in Serpstat site audits to pinpoint where issues occur.

Instructions

DRILL-DOWN STEP 2: Shows WHERE a problematic element is used. Use crc from get_site_audit_pages_spec_errors response. ONLY works for hierarchical errors (images, scripts, links). Does NOT work for page-level errors (no_desc, no_title, h1_missing) - returns 'Error don't have sub elements'. Example: Step 1 finds image without alt (imageCrc=12345), Step 2 shows which pages use that image. The crc parameter must match urlCrc/imageCrc from previous method. Does not consume API credits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reportIdYesThe unique identifier for an audit report
compareReportIdNoAnother unique identifier for an audit report from the same project to compare
projectIdYesThe unique identifier for an audit site project
errorNameYesError name to filter by
modeNoError display mode: all (all errors), new (new errors), solved (fixed errors)all
limitNoCount of returned items in response
offsetNoBatch number required for pagination
crcYesURL CRC from get_site_audit_pages_spec_errors response
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 of behavioral disclosure. It does well by explaining the tool's limitations (only works for hierarchical errors, not page-level ones), its dependency on a previous step's output (crc parameter), and a key operational detail ('Does not consume API credits'). However, it lacks information on error handling beyond one example, response format, or pagination behavior, leaving some gaps.

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 well-structured and front-loaded with the core purpose. It uses clear bullet-like points and an example to illustrate usage. While slightly verbose due to the example and clarifications, every sentence adds value (e.g., distinguishing error types, explaining parameter linkage), making it 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 tool with 8 parameters, no annotations, and no output schema, the description does a good job covering the essential context: purpose, usage workflow, limitations, and key parameter semantics. It explains the tool's role in a two-step process and its constraints. However, it doesn't describe the output format or full error scenarios, which would be helpful given the lack of structured output information.

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 8 parameters thoroughly. The description adds value by explaining the 'crc' parameter's source and purpose (must match urlCrc/imageCrc from previous method), but doesn't provide additional context for other parameters like 'reportId', 'errorName', or pagination parameters. Given the high schema coverage, a baseline score of 3 is appropriate as the description compensates partially but not extensively.

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: it's a drill-down step that shows WHERE a problematic element is used, specifically for hierarchical errors like images, scripts, and links. It distinguishes itself from siblings by explicitly mentioning it's 'Step 2' and referencing 'get_site_audit_pages_spec_errors' as the previous step, making its role in a workflow evident.

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?

The description provides explicit guidance on when to use this tool: as a follow-up to 'get_site_audit_pages_spec_errors' for hierarchical errors, using a crc from that response. It also clearly states when NOT to use it: for page-level errors like 'no_desc, no_title, h1_missing', specifying it returns an error in those cases. This covers both usage context and exclusions effectively.

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