Web Validator by DigestSEO
Server Details
Validate HTML/CSS, audit SEO and JSON-LD, check links, and capture responsive screenshots.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- AKzar1el/mcp-web-validator
- GitHub Stars
- 7
- Server Listing
- Web Validator by DigestSEO
Available Tools
8 toolsaudit_public_siteAudit public siteARead-onlyIdempotentInspect
Use this for a bounded, sitemap-first audit of a public website the user owns or is authorized to inspect. It fetches at most 8 same-origin HTML pages per call, respects robots.txt, and returns compact page summaries plus deduplicated findings. It does not recursively follow HTML links, authenticate, execute JavaScript, fetch assets, or run site-wide link checks. Use page_offset to continue when more sitemap pages remain.
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes | Authorized public website URL. The final public origin becomes the crawl boundary. | |
| max_pages | No | Maximum same-origin pages to audit in this call, from 1 to 8. | |
| page_offset | No | Zero-based sitemap-page offset for continuing a capped audit batch. |
Output Schema
| Name | Required | Description |
|---|---|---|
| error | No | |
| pages | Yes | |
| overview | Yes | |
| site_url | Yes | |
| discovery | Yes | |
| truncated | Yes | |
| sitemap_url | No | |
| issue_groups | Yes | |
| pages_failed | Yes | |
| pages_audited | Yes | |
| pages_partial | Yes | |
| pages_selected | Yes | |
| discovery_error | No | |
| next_page_offset | No | |
| pages_discovered | Yes | |
| audit_health_score | No | |
| pages_skipped_robots | Yes | |
| issue_groups_truncated | Yes | |
| score_coverage_percent | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the tool as read-only, open-world, idempotent, and non-destructive, and the description adds substantial behavioral context: robots.txt respect, page cap, same-origin boundary, no JavaScript execution, no asset fetching, no recursive link following, and deduplicated findings. This goes well beyond the structured annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Four short sentences carry distinct, non-redundant information: when to use, what it returns at most, what it avoids, and how to paginate. Every sentence contributes and the most important usage guidance is front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the output schema is present and annotations cover side effects, the description is complete for safe invocation. It covers authorization, scope, limits, exclusions, and continuation, leaving no critical operational gap.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, so the baseline is 3, but the description adds meaning by framing max_pages and page_offset as part of a sitemap-first bounded audit and by explaining when page_offset is needed. This gives the agent operational context beyond the individual parameter descriptions.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb (audit), resource (public website), and scope (bounded, sitemap-first, at most 8 same-origin HTML pages). It also explicitly lists what it does not do, distinguishing it from sibling tools like check_broken_links and audit_public_webpage.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It opens with an explicit 'Use this for' condition plus the authorization requirement. It clearly states what the tool will not do, signaling when a different tool is needed, and it instructs the agent to use page_offset to continue when more sitemap pages remain.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
audit_public_webpageAudit public webpageARead-onlyIdempotentInspect
Use this when the user provides one live public webpage URL. Fetches one bounded static HTML response, then runs HTML validation, SEO/accessibility-signal, and JSON-LD syntax checks. It checks links only when requested and does not crawl, execute JavaScript, authenticate, or fetch linked stylesheets. Use only URLs the user owns or is authorized to inspect.
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | One authorized public HTTP(S) webpage URL; private pages, credentials, and custom ports are rejected. | |
| max_links | No | Maximum links to check, from 1 to 20. | |
| check_links | No | Whether to contact eligible public links found on the fetched page. |
Output Schema
| Name | Required | Description |
|---|---|---|
| error | No | |
| links | Yes | |
| overview | Yes | |
| html_info | Yes | |
| redirects | Yes | |
| css_errors | Yes | |
| seo_issues | Yes | |
| css_checked | Yes | |
| fetched_url | No | |
| html_errors | Yes | |
| http_status | No | |
| broken_links | Yes | |
| content_type | No | |
| css_messages | Yes | |
| page_fetched | Yes | |
| seo_findings | Yes | |
| failed_checks | Yes | |
| healthy_links | Yes | |
| html_messages | Yes | |
| html_warnings | Yes | |
| links_checked | Yes | |
| requested_url | No | |
| schema_issues | Yes | |
| seo_truncated | Yes | |
| html_truncated | Yes | |
| links_requested | Yes | |
| schema_findings | Yes | |
| schema_truncated | Yes | |
| unreachable_links | Yes | |
| redirects_followed | No | |
| html_total_messages | Yes | |
| schema_blocks_checked | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Beyond the readOnly/idempotent/openWorld annotations, the description discloses the bounded single HTML fetch, the opt-in link-checking behavior, and the absence of crawling, JavaScript execution, authentication, and stylesheet fetching. These are material behavioral traits an agent needs to set expectations. No contradiction with annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences, front-loaded with the trigger condition, followed by scope, limitations, and authorization constraint. Every sentence adds value and none restate the tool name or title.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the complete parameter schema, the presence of an output schema, and rich annotations, the description fully covers what the tool does, its safety profile, and its limitations. An agent has everything needed to select and invoke it correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Input schema coverage is 100%, so the parameters are already documented in the schema. The description reinforces bounded behavior and opt-in link checking, but it does not need to compensate for missing schema details. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with 'Use this when the user provides one live public webpage URL' and details the specific actions: HTML validation, SEO/accessibility-signal checks, and JSON-LD syntax checks. This makes the tool's purpose and resource unmistakable and separates it from sibling validation tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives an explicit trigger condition ('one live public webpage URL'), explicit non-goals ('does not crawl, execute JavaScript, authenticate, or fetch linked stylesheets'), and a hard prerequisite ('only URLs the user owns or is authorized to inspect'). It also notes link checking is opt-in, preventing misuse.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
audit_seo_metadataAudit SEO metadataARead-onlyIdempotentInspect
Use this for a focused SEO/accessibility-signal check of supplied HTML. It does not fetch a live webpage; use audit_public_webpage for a URL.
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | Raw HTML markup supplied by the user; this is not a webpage URL. |
Output Schema
| Name | Required | Description |
|---|---|---|
| error | No | |
| issues | Yes | |
| overview | Yes | |
| truncated | Yes | |
| total_issues | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral context beyond annotations by clarifying that the tool operates on raw HTML rather than fetching a live webpage, which is a key behavioral boundary.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no filler. The primary usage instruction is front-loaded, and the exclusion/alternative is stated in the second sentence. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter, read-only tool with an output schema and robust annotations, the description covers what the agent needs: usage intent, input type, and the key alternative route for URLs. Nothing critical is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, and the parameter schema fully explains that 'html' is raw HTML markup and not a URL. The description reinforces this but does not add substantial semantic detail beyond the schema, so the baseline score of 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('audit') with a clear resource ('supplied HTML') and scope ('focused SEO/accessibility-signal check'). It explicitly contrasts itself with audit_public_webpage, making sibling differentiation immediate.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
It directly states when to use this tool ('Use this for a focused SEO/accessibility-signal check of supplied HTML') and when not to use it ('It does not fetch a live webpage; use audit_public_webpage for a URL'). This is explicit, actionable guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
check_broken_linksCheck public linksARead-onlyIdempotentInspect
Use this for a focused check of up to 20 public HTTP(S) links found in supplied HTML. It does not fetch base_url, follow redirects, or retain response bodies.
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | Raw HTML markup supplied by the user; this is not a webpage URL. | |
| base_url | No | Only resolves relative links; it does not fetch this webpage. | |
| max_links | No | Maximum links to check, from 1 to 20. |
Output Schema
| Name | Required | Description |
|---|---|---|
| error | No | |
| links | Yes | |
| overview | Yes | |
| redirects | Yes | |
| healthy_links | Yes | |
| links_checked | Yes | |
| unreachable_links | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnly, idempotent, openWorld, and non-destructive hints, so the bar is lower, but the description still adds meaningful behavioral detail: it will not fetch base_url, will not follow redirects, and will not retain response bodies. These are non-obvious limits that materially shape an agent's expectations and are not captured in the annotations or schema.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is exactly two sentences with no filler. The primary action is front-loaded in the first sentence, and the constraints are packed into one efficient clause in the second sentence. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The input parameters are fully documented by the schema, and the output schema covers return values, so the description only needs to carry selection-relevant behavioral context, which it does. It could define 'broken' status criteria or mention how links are extracted, but these are not required for correct invocation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the baseline is 3. The description's 'up to 20 public HTTP(S) links' echoes max_links and the html source, but it does not add new parameter-level meaning beyond what the schema already provides.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific verb ('check'), a resource ('up to 20 public HTTP(S) links found in supplied HTML'), and a scope ('focused'), which clearly conveys what the tool does. It hints at differentiation from broader audit/validate siblings through the word 'focused' and the explicit limitation, though it never names an alternative directly.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The opening 'Use this for' provides an explicit scenario for when to invoke the tool, and the second sentence lists exclusions (does not fetch base_url, does not follow redirects, does not retain response bodies), which implicitly tells an agent when not to use it. It does not name specific alternative tools, but the context is strong enough for selection.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_validation_reportGenerate validation reportARead-onlyIdempotentInspect
Use this when HTML markup is already supplied. Combines Nu HTML validation with local CSS, SEO, accessibility-signal, and JSON-LD syntax checks. It does not fetch a webpage from base_url; use audit_public_webpage for a live URL.
| Name | Required | Description | Default |
|---|---|---|---|
| css | No | Optional raw CSS source. Linked stylesheets are not fetched. | |
| html | Yes | Raw HTML markup supplied by the user; this is not a webpage URL. | |
| base_url | No | Only resolves relative links when check_links is true; it does not fetch this webpage. | |
| max_links | No | Maximum links to check, from 1 to 20. | |
| check_links | No | Whether to contact eligible public links found in the supplied HTML. |
Output Schema
| Name | Required | Description |
|---|---|---|
| error | No | |
| links | Yes | |
| overview | Yes | |
| html_info | Yes | |
| redirects | Yes | |
| css_errors | Yes | |
| seo_issues | Yes | |
| css_checked | Yes | |
| html_errors | Yes | |
| broken_links | Yes | |
| css_messages | Yes | |
| seo_findings | Yes | |
| failed_checks | Yes | |
| healthy_links | Yes | |
| html_messages | Yes | |
| html_warnings | Yes | |
| links_checked | Yes | |
| schema_issues | Yes | |
| seo_truncated | Yes | |
| html_truncated | Yes | |
| links_requested | Yes | |
| schema_findings | Yes | |
| schema_truncated | Yes | |
| unreachable_links | Yes | |
| html_total_messages | Yes | |
| schema_blocks_checked | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior. The description adds useful behavioral specifics: it combines Nu HTML validation with CSS, SEO, accessibility, and JSON-LD checks, and clarifies that base_url only resolves links without fetching. This adds context beyond the annotations, though it does not discuss potential rate limits or authentication, which are not covered by annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Three sentences with no filler. The first sentence establishes usage context, the second summarizes the tool's functionality, and the third provides a critical limitation and sibling alternative. Efficient and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with a rich output schema, detailed parameter descriptions, and comprehensive annotations, the description covers the primary use case, the main limitation (no fetching), and the alternative tool. Everything an agent needs to decide whether to call this tool and what it does is present.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so each parameter is well-documented in the schema. The description adds minimal param-specific meaning (e.g., 'local CSS' clarifies css scope, and the base_url limitation is also in the schema), but it does not compensate further. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description specifies a clear verb and resource: validates supplied HTML markup with multiple checks. It explicitly distinguishes itself from audit_public_webpage by stating it does not fetch a webpage from base_url, making it easy to tell apart from siblings.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
States the condition for use ('when HTML markup is already supplied') and explicitly says not to use it for live URLs, pointing to audit_public_webpage as the alternative. This is explicit when-to-use and when-not-to-use guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
validate_cssValidate CSSARead-onlyIdempotentInspect
Use this when raw CSS source is supplied. Parses it inside the Worker and returns syntax messages without contacting an external service.
| Name | Required | Description | Default |
|---|---|---|---|
| css | Yes | Raw CSS source supplied by the user. |
Output Schema
| Name | Required | Description |
|---|---|---|
| error | No | |
| errors | Yes | |
| overview | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint false, so the safety profile is known. The description adds that parsing happens inside the Worker (no external service) and returns syntax messages, which is useful behavioral context beyond annotations. It does not contradict any annotation.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no filler. The usage trigger is front-loaded, and the behavioral detail (local parse, no external call) is succinctly stated. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter, read-only tool with a known output schema, this description covers purpose, usage, and key behavioral traits. The output schema handles return format details, so nothing critical is missing for an agent to decide and invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and the parameter description in the schema already explains 'Raw CSS source supplied by the user.' The tool description adds no additional semantic detail beyond that, so the baseline 3 applies—the parameter is fully documented but the description adds little value on top.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action (parses CSS) and the resource (raw CSS source), clearly distinguishing it from sibling validation tools for HTML or schema markup. It also identifies the kind of input it accepts, making the tool's purpose unambiguous.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use the tool ('Use this when raw CSS source is supplied'), giving a clear trigger condition. It does not explicitly name alternatives or state when not to use it, but the condition is sufficient for an agent to route correctly. Missing explicit cross-references to siblings, but the context is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
validate_htmlValidate HTMLARead-onlyIdempotentInspect
Use this when raw HTML markup is supplied. Sends that markup to the Nu HTML Checker hosted at validator.nu and returns validation messages. For a live URL, use audit_public_webpage.
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | Raw HTML markup supplied by the user; this is not a webpage URL. |
Output Schema
| Name | Required | Description |
|---|---|---|
| error | No | |
| messages | Yes | |
| overview | Yes | |
| truncated | Yes | |
| total_messages | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, openWorldHint, and idempotentHint, covering safety and external dependence. The description adds the specific external service (validator.nu) and the fact that it's for raw markup, which is useful context but not a major disclosure beyond annotations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences, front-loaded with the usage directive and purpose, with no wasted words. The alternative is mentioned concisely.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the output schema exists, the one parameter is fully documented, and annotations cover safety, the description sufficiently explains what the tool does, when to use it, and how it differs from the closest sibling. Nothing critical is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The single 'html' parameter is fully described in the schema (100% coverage) with a clear note that it is not a URL. The description echoes this but doesn't add new semantic information, so it's at the baseline for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action (sends markup to Nu HTML Checker and returns validation messages) and the specific resource (raw HTML markup). It also distinguishes itself from audit_public_webpage, making it easy to identify.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicitly states when to use the tool ('when raw HTML markup is supplied') and provides a clear alternative for live URLs ('use audit_public_webpage'). This gives the agent unambiguous routing criteria.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
validate_schema_markupValidate JSON-LD syntaxARead-onlyIdempotentInspect
Use this for a focused JSON-LD syntax check of supplied HTML. It parses JSON only and does not validate Schema.org vocabulary semantics.
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | Raw HTML markup supplied by the user; this is not a webpage URL. |
Output Schema
| Name | Required | Description |
|---|---|---|
| error | No | |
| issues | Yes | |
| overview | Yes | |
| truncated | Yes | |
| total_issues | Yes | |
| blocks_checked | Yes |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already convey read-only, idempotent, non-destructive behavior. The description adds useful behavioral context beyond annotations by clarifying that only JSON is parsed and Schema.org vocabulary semantics are out of scope.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with no filler. It front-loads the use case and immediately states a key limitation, making it efficient and easy to parse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a single-parameter read-only tool with a rich output schema and strong annotations, the description covers the core scope and limitations. Nothing critical needed to decide whether to invoke the tool is missing.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100%, and the parameter description already explains that html is raw markup, not a webpage URL. The tool description reinforces the input type but adds little new semantic detail beyond the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the specific action: a focused JSON-LD syntax check of supplied HTML. It also distinguishes itself from semantic Schema.org validation, which helps an agent differentiate it from siblings like validate_html and validate_css.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description states when to use the tool: for a focused JSON-LD syntax check. It also provides an explicit exclusion by noting it does not validate Schema.org vocabulary semantics, though it does not directly name alternative tools or conditions for them.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
8 tool updates
- First observed
audit_public_site - First observed
audit_public_webpage - First observed
audit_seo_metadata - First observed
check_broken_links - First observed
generate_validation_report - First observed
validate_css - First observed
validate_html - First observed
validate_schema_markup
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Scan a web page for accessibility, security, privacy, quality and SEO issues, with fixes.
Capture screenshots, detect visual regressions between page versions, and analyze with AI.
Rule-based site audits: accessibility, SEO, security headers, performance. Metered per call.
Analyze, audit, fix and diff HTML, MJML, Maizzle and React Email across 21 email clients.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables auditing of websites for performance, SEO, accessibility, security, and mobile readiness, with tools to validate URLs, run page audits, save results, and retrieve reports.1-
- AlicenseBqualityNot gradedmaintenanceProvides comprehensive website validation across performance, accessibility, SEO, and security dimensions using multiple testing services including WebPageTest, Google PageSpeed Insights, Axe DevTools, Mozilla Observatory, and SSL Labs. Enables automated website health assessments through browser automation and API integrations.1231-
- AlicenseAqualityCmaintenanceEnables AI-driven UI inspection and optimization by scanning websites with configurable viewports, capturing screenshots, running deterministic accessibility and layout checks, and generating prioritized reports with fix prompts.2MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI-powered visual analysis of webpages for UI/UX assessment, including screenshot capture, element detection, accessibility auditing, and comprehensive JSON reporting.1-
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Tools are mostly distinct by input mode (live URL vs supplied HTML/CSS) and check scope (HTML, CSS, JSON-LD, SEO signals, links). The main ambiguity is between audit_public_webpage and generate_validation_report, which run nearly the same checks but differ only in fetching vs supplied HTML; their descriptions call this out clearly.
All names follow a lowercase snake_case verb_noun pattern, but the set mixes four verbs (audit, check, generate, validate) for closely related validation operations. This is readable and predictable, with only minor semantic inconsistency around validate_schema_markup and generate_validation_report.
Eight tools is well within the ideal range and each covers a distinct input type or validation focus. The count feels appropriate for a web-validation server without redundancy bloating the surface.
The domain is well covered: live-page and sitemap audits, raw HTML/CSS/JSON-LD validation, SEO/accessibility signals, and broken links are all represented. Minor gaps exist, such as no dedicated accessibility validator and limited link-checking behavior, but agents can accomplish the core workflows.