Skip to main content
Glama
OrtaMarco

seo-geo-mcp-server

by OrtaMarco

Heading Structure

heading_structure
Read-onlyIdempotent

Audit a page's heading outline to detect multiple H1s, skipped levels, empty tags, and question-based headings, improving SEO and featured snippet visibility.

Instructions

Extract the full h1–h6 outline and evaluate it: how many h1s, whether levels are skipped (h2 followed by h4), empty heading tags, and how many headings are phrased as questions — the last being a strong signal for featured snippets and AI citations.

Args:

  • url (string): the page to check.

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

Returns: { headings[{level, text, skips_level}], h1_count, h1_text[], level_skips, empty_headings, question_headings[], outline, score, grade, findings[] }.

Example: "Show me the heading outline of https://example.com/guide" -> heading_structure(url="https://example.com/guide").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPage URL to analyse, e.g. 'https://example.com/blog/post'. The scheme defaults to https://.
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
h1_textYes
outlineYes
findingsYes
h1_countYes
headingsYes
final_urlYes
level_skipsYes
empty_headingsYes
question_headingsYes
Behavior4/5

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

Annotations already declare read-only and idempotent behavior, so the bar is lower. The description adds meaning by detailing evaluation criteria (empty headings, skipped levels, question phrasing), the returned score/grade/findings, and the output format options, going beyond the safety hints.

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-organized with clear sections (explanation, Args, Returns, Example) and is appropriately sized for an agent-facing tool. It loses a point because the Returns block largely duplicates the output schema, adding minor redundancy, and the example could suffice without the full return payload listing.

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 moderate complexity, the presence of an output schema, and rich annotations (read-only, idempotent, open-world), the description is complete. It explains what the tool does, what inputs it expects, what it returns, and offers a concrete invocation example, leaving no critical gap for agent selection or 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%, so baseline is 3. The description's Args section mostly restates the schema's parameter names, types, defaults, and formats without adding new meaning. The example invocation does demonstrate argument binding, but does not elevate the semantic value beyond the schema.

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 'Extract the full h1–h6 outline and evaluate it' and enumerates specific checks (h1 count, level skips, empty tags, question headings), clearly distinguishing it from generic content or meta audit tools. The verb+resource combination is specific and actionable.

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 does not name sibling alternatives or state when-not to use, but it provides clear context by noting the question-heading signal is useful for featured snippets and AI citations. This implies an SEO/visibility use case without explicit exclusions, which fits the 'clear context, no exclusions' level.

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