Skip to main content
Glama

seo_audit_internal_links

Read-onlyIdempotent

Audits internal linking structure, identifies generic anchor text ('click here', 'read more'), flags orphan pages, and suggests high-value contextual links between blog articles and service pages.

USAGE GUIDELINES:

  • Use to improve PageRank flow, internal topic clustering, and anchor text relevance across pages.

  • Do NOT use to inspect external backlink profiles; use 'seo_suggest_related_ecosystem' for off-page targets.

BEHAVIORAL TRANSPARENCY:

  • Safe, read-only link graph analysis. No file modifications.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesTarget live URL (e.g. "https://example.com") or local file path to audit.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • changedInput schema / properties / target / description
      Previous value: -"Target file path or live URL."New value: +"Target live URL (e.g. \"https://example.com\") or local file path to audit."
  2. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds value by explicitly calling it a 'Safe, read-only link graph analysis' and stating 'No file modifications,' reinforcing and slightly extending the annotations. No contradiction found.

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-structured with a concise overview followed by brief usage and behavior sections. Every sentence adds actionable information with no filler or repetition of the schema.

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 single-parameter, read-only audit tool with rich annotations, the description adequately covers what the tool does and how it should be used. It does not detail the exact return format, but no output schema is expected and the described outputs (anchor text, orphan flags, link suggestions) sufficiently imply the shape of results.

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% and the single target parameter is already well documented in the schema. The description does not add parameter-specific detail beyond the schema, which is acceptable; baseline 3 applies.

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 opens with a specific verb ('Audits internal linking structure') and enumerates concrete capabilities: identifying generic anchor text, flagging orphan pages, and suggesting contextual links. This clearly distinguishes it from the other seo_audit_* siblings without needing to open their schemas.

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?

It has an explicit USAGE GUIDELINES section that states when to use the tool ('improve PageRank flow, internal topic clustering...') and an explicit exclusion with a named alternative ('Do NOT use to inspect external backlink profiles; use seo_suggest_related_ecosystem'). This is ideal routing guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources