Skip to main content
Glama
GeorgesAdSim

Fetch Crawl MCP

by GeorgesAdSim

Audit Content Quality

audit_content_quality
Read-only

Evaluate a web page's content quality with metrics for word count, readability, heading structure, link density, media richness, and engagement. Receive a 0-100 score and actionable recommendations.

Instructions

Analyze content quality of a web page: word count, readability score (multilingual), text-to-HTML ratio, heading structure, link density, media richness, and engagement signals (TOC, FAQ, CTA). Returns a 0-100 score with per-category breakdown and actionable recommendations. Does NOT check SEO meta tags — use audit_onpage for that.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL of the page to audit
localeNoLanguage code for readability scoring. 'auto' detects from the HTML lang attribute.auto
timeoutNoRequest timeout in milliseconds

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv4.2.0

TDQS

A4.5/5.0
Behavior4/5

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

Beyond the readOnlyHint annotation, the description discloses the return shape ('0-100 score with per-category breakdown and actionable recommendations') and defines the scope of what is—and isn't—analyzed. This adds meaningful behavioral context without contradicting the 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 compact and front-loaded: it opens with the core action, lists the evaluated dimensions, describes the output, and closes with an explicit exclusion and alternative. Every sentence contributes value, and there is no redundant wording.

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 3-parameter tool with no output schema, the description supplies the essential operational context: what it analyzes, the result format, and its boundary relative to audit_onpage. Required parameters are fully covered by the schema, and no critical invocation detail is missing.

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 the schema already documents url, locale, and timeout. The description adds only slight context by mentioning 'multilingual' readability, which relates to locale, but it does not substantially expand parameter semantics beyond what the schema 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 clearly identifies the tool's purpose with a specific verb ('Analyze content quality of a web page') and enumerates the concrete aspects it evaluates: word count, readability, text-to-HTML ratio, heading structure, link density, media richness, and engagement signals. It also explicitly distinguishes itself from audit_onpage by stating what it does NOT check, making it easy for an agent to select the correct tool.

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?

The description gives explicit guidance by stating that it does not check SEO meta tags and directs the agent to 'use audit_onpage for that'. This establishes a clear condition for choosing between audit_content_quality and its sibling tool, which is sufficient for correct tool selection.

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

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/GeorgesAdSim/fetch-crawl-mcp'

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