Skip to main content
Glama
OrtaMarco

seo-geo-mcp-server

by OrtaMarco

Link Audit

link_audit
Read-onlyIdempotent

Audit a page's outbound links to find SEO issues: internal/external split, rel attributes, anchor text coverage, and external domains. Optionally test links for broken status.

Instructions

Audit a page's outbound links: the internal/external split, rel attributes (nofollow, sponsored, ugc), links with no anchor text at all, generic anchor text ("click here", "leer más") that carries no topical signal, and the distribution of external domains. Optionally sample-verifies that links actually resolve, retrying with GET when a server rejects HEAD.

Args:

  • url (string): the page to audit.

  • check_broken (boolean): verify links resolve (default false).

  • sample_size (number): how many links to verify (default 25).

  • response_format ('markdown' | 'json'): output format (default 'markdown').

Returns: { total_links, internal_links, external_links, nofollow_links, empty_anchor_text, generic_anchor_text[], external_domains[{domain, count}], checked_count, broken[], score, grade, findings[] }.

Example: "Are there broken links on https://example.com/resources?" -> link_audit(url="https://example.com/resources", check_broken=true).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPage URL to analyse, e.g. 'https://example.com/blog/post'. The scheme defaults to https://.
sample_sizeNoHow many links to verify when check_broken is true.
check_brokenNoSample links and verify they resolve. Adds up to 25 requests.
response_formatNoOutput format: 'markdown' for a human-readable summary (default) or 'json' for the full structured payload.markdown

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
gradeYes
scoreYes
brokenYes
findingsYes
final_urlYes
ugc_linksYes
total_linksYes
checked_countYes
external_linksYes
internal_linksYes
nofollow_linksYes
sponsored_linksYes
external_domainsYes
empty_anchor_textYes
generic_anchor_textYes
Behavior5/5

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

Beyond the annotations (readOnlyHint, idempotentHint, etc.), the description discloses a specific behavioral trait: 'retrying with GET when a server rejects HEAD' for broken-link verification, and notes that verification is a sample. This adds meaningful context about the tool's operational behavior 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 well-organized: a concise opening sentence, a bullet-like list of arguments, a return structure overview, and a concrete example. Every section earns its place, and the text is scannable without being verbose.

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?

The description covers the tool's purpose, parameters, return structure, and a usage example, all within a moderate length. Combined with the detailed input schema and output schema, it provides sufficient context for an agent to select and invoke the tool correctly, even for complex queries.

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?

The input schema already describes all four parameters with types, defaults, and descriptions, achieving 100% coverage. The description's Args section largely duplicates this, only adding an example mapping. Thus the description adds minimal value beyond the schema, meriting the baseline score.

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 function with a specific verb and resource ('Audit a page's outbound links') and enumerates the exact link characteristics analyzed (internal/external split, rel attributes, anchor text issues, external domain distribution). This distinguishes it from the broader sibling tools like seo_audit and content_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 provides clear context for when to use the tool, including a concrete example for broken-link checking. However, it does not explicitly mention alternatives or when not to use it, so it falls short of full explicit guidance.

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/OrtaMarco/seo-geo-mcp-server'

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