Skip to main content
Glama
bypixels

SEO MCP PRO

by bypixels

util_broken_links

Detect broken and redirected links on any webpage. Tests internal and external URLs for 4xx/5xx errors and 3xx redirects to maintain site health and SEO.

Instructions

Check for broken links on a page. Tests internal and external links, identifies broken (4xx/5xx) and redirected (3xx) links.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to check
timeoutNo
maxLinksNo
checkExternalNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the burden, and it does useful disclosure: it tests both internal and external links and reports broken vs redirected status categories. However, it does not mention network behavior, rate limits, the cap on links tested, or whether external checks can be disabled, lening the behavioral picture incomplete.

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?

Two tight, front-loaded sentences with zero filler. The core purpose appears first, and the second sentence adds exactly the status-code detail that makes the tool useful.

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 should clarify what the caller gets back and how the settings affect behavior. It does not state return shape, handling of maxLinks/timeout, or what happens when external checking is disabled, leaving an agent to guess.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is only 25%, and the description does not compensate. Only the 'internal/external' phrase faintly reflects checkExternal; timeout and maxLinks receive no semantic explanation in either the schema or description.

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?

States a specific verb ('check') and resource ('broken links on a page'), then elaborates with concrete behavior: tests internal and external links, classifies 4xx/5xx as broken and 3xx as redirected. This is enough to set it apart from broader tools like monitor_check_uptime or seo_sitemap_analyze.

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 description implies when to use it: whenever you want a page-level link health audit. It does not provide explicit when-not-to-use guidance or name alternatives, so it stops at implied usage rather than true routing.

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/bypixels/SEO-MCP-PRO'

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