Skip to main content
Glama
OrtaMarco

seo-geo-mcp-server

by OrtaMarco

Content Quality Analysis

content_analysis
Read-onlyIdempotent

Analyze a page's main content to detect thin content, gauge readability and reading time, and measure text-to-HTML ratio and term density, using landmark elements to exclude navigation and footer.

Instructions

Measure the page's main content: word count, sentence and paragraph counts, Flesch reading ease with a plain-language reading level, estimated reading time, text-to-HTML ratio, thin-content detection, and the top non-stopword terms with their density (English and Spanish stopwords are both filtered).

Content is read from the / landmark when present, so navigation and footer chrome do not inflate the counts.

Args:

  • url (string): the page to check.

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

Returns: { word_count, sentence_count, paragraph_count, avg_words_per_sentence, reading_ease, reading_level, reading_time_minutes, thin_content, text_to_html_ratio, used_content_landmark, top_terms[{term, count, density}], score, grade, findings[] }.

Example: "Is the content on https://example.com/post too thin?" -> content_analysis(url="https://example.com/post").

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
findingsYes
final_urlYes
top_termsYes
html_bytesYes
word_countYes
reading_easeYes
thin_contentYes
reading_levelYes
sentence_countYes
paragraph_countYes
text_to_html_ratioYes
reading_time_minutesYes
used_content_landmarkYes
avg_words_per_sentenceYes
Behavior4/5

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

Annotations already mark the tool as read-only, open-world, and idempotent. The description adds meaningful behavioral context by stating that content is read from <main>/<article> landmarks to avoid inflated counts, and that both English and Spanish stopwords are filtered. It does not address edge cases like missing landmarks, but goes beyond the annotation baseline.

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 efficiently organized: a definitional first paragraph, a behavioral note, then clean 'Args' and 'Returns' sections, and a concrete example. Every sentence contributes, with no fluff or repetition.

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?

For a 2-parameter tool with an output schema, the description fully covers purpose, key behavior, return structure, and a usage example. The output schema and annotations cover safety and return types, while the description fills in what is not explicitly structured, making the tool self-contained.

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 coverage is 100%, and the description's parameter section mostly mirrors the schema ('response_format' defaults and enums). The natural-language example adds illustrative value but does not clarify any new parameter semantics beyond what the schema already provides.

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 'Measure the page's main content' and itemizes precise metrics (word count, Flesch reading ease, text-to-HTML ratio, thin-content detection). This specific verb+resource clearly distinguishes it from sibling tools like seo_audit or meta_tags_check, which focus on different aspects.

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 example 'Is the content on https://example.com/post too thin?' provides a concrete use case, and the landmark-reading note explains a relevant context (ignoring chrome). However, it does not explicitly contrast with alternatives such as heading_structure or link_audit, so when-not-to-use guidance is missing.

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