Skip to main content
Glama
vdalhambra

SiteAudit MCP

check_links

Read-only

Scan web pages for broken links by detecting 404s, redirects, timeouts, and server errors. Identifies both internal and external links, checks status codes, and organizes results by error type.

Instructions

Scan a page for broken links — find 404s, redirects, timeouts, and server errors.

Extracts all links (internal + external) from the page, checks each with a HEAD request, and groups results by status: working (2xx), redirects (3xx), client errors (4xx), server errors (5xx), and timeouts. Checks up to 50 links concurrently for speed. Results cached for 5 minutes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to scan for broken links (e.g., 'example.com' or 'https://example.com')

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations provide readOnlyHint=true, indicating a safe read operation. The description adds valuable behavioral context beyond this: it details the scanning process (HEAD requests, concurrent checks up to 50 links, caching for 5 minutes), and groups results by status categories. This enriches understanding without contradicting annotations.

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 front-loaded with the core purpose in the first sentence, followed by efficient details on extraction, checking methods, result grouping, concurrency, and caching. Every sentence adds value without redundancy, making it appropriately sized and well-structured for quick comprehension.

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?

Given the tool's complexity (scanning with concurrency and caching), the description provides complete context: it explains the process, output grouping, and performance aspects. With annotations covering safety and an output schema likely detailing result structures, no critical information is missing, making it fully adequate for agent use.

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%, with the url parameter well-documented in the schema. The description doesn't add significant meaning beyond the schema, as it only mentions 'URL to scan' without extra details like format constraints or examples. Baseline 3 is appropriate since the schema handles parameter documentation adequately.

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 ('scan a page for broken links') and resource ('page'), distinguishing it from sibling tools like accessibility_audit or seo_audit by focusing exclusively on link validation. It specifies what types of issues it detects (404s, redirects, timeouts, server errors), making the purpose unambiguous.

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 implies usage context by mentioning it extracts 'internal + external' links and checks them, suggesting it's for web page analysis. However, it doesn't explicitly state when to use this tool versus alternatives like full_audit or compare_sites, nor does it provide exclusions or prerequisites, leaving some guidance gaps.

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/vdalhambra/siteaudit-mcp'

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