Skip to main content
Glama

seo_crawl_and_extract

Read-onlyIdempotent

Crawls a live URL via HTTP or parses a local HTML/template file to extract raw SEO metadata: Title, Meta Description, Headings (H1-H6), Canonical URL, JSON-LD Schemas, OpenGraph/Twitter cards, links, and images.

USAGE GUIDELINES:

  • Use to extract structured page metadata before running specialized audits or when analyzing a single page.

  • Do NOT use for multi-page batch crawling; use 'seo_audit_sitemap_multipage' instead.

  • Do NOT use to discover framework architecture; use 'seo_discover_project' instead.

BEHAVIORAL TRANSPARENCY:

  • Read-only data extraction.

  • Issues HTTP GET requests for live URLs. Reads local files directly without modifying them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetYesTarget live URL (e.g. "https://example.com") or local source/HTML file path (e.g. "./index.html").
pageTypeNoOptional override for page classification (e.g. "homepage", "service", "product", "blog", "location"). Inferred automatically if omitted.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / pageType / description
      Previous value: -"Optional override for page type (homepage, service, product, blog, location, etc.)."New value: +"Optional override for page classification (e.g. \"homepage\", \"service\", \"product\", \"blog\", \"location\"). Inferred automatically if omitted."
    • changedInput schema / properties / target / description
      Previous value: -"Target live URL (https://...) or local file path."New value: +"Target live URL (e.g. \"https://example.com\") or local source/HTML file path (e.g. \"./index.html\")."
  2. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false. The description adds concrete behavioral details: it issues HTTP GET requests for live URLs and reads local files without modifying them. This extends the annotation information with specific network and file access behavior, which is valuable context.

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 with clear sections (main purpose, USAGE GUIDELINES, BEHAVIORAL TRANSPARENCY). It front-loads the core purpose and is not overly verbose. Minor redundancy exists (e.g., 'Read-only data extraction' appears both in the main text and the behavioral section), but overall it is efficient and scannable.

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-page extraction tool, the description is complete: it lists the exact metadata extracted, gives usage boundaries, and covers behavioral notes. There is no output schema, but the list of extracted items gives sufficient context. It does not describe the output format in detail, but that is not critical for tool selection and invocation.

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% for both parameters. The description does not add any additional meaning beyond what the schema already provides for 'target' and 'pageType'. It restates the same information (e.g., live URL or local file path) without further nuance. Baseline 3 is appropriate.

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 crawls a live URL or parses a local HTML/template file to extract a specific list of SEO metadata (Title, Meta Description, Headings, etc.). It uses a specific verb ('Crawls') and resource, and distinguishes itself from specialized audits by noting it is for extraction before running them.

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?

Explicit usage guidelines are provided: use for single-page metadata extraction, do not use for multi-page batch crawling (explicitly names seo_audit_sitemap_multipage), and do not use for framework discovery (names seo_discover_project). This gives clear when-to-use and when-not-to-use with alternatives.

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