Skip to main content
Glama

eds_audit_site

Sweep a site or subtree to identify prioritized SEO, accessibility, freshness, sitemap, and performance issues, providing a read-only checklist for remediation.

Instructions

Sweep the whole site (or a subtree) and return a prioritized list of content-quality issues across SEO, accessibility, freshness, sitemap coverage, and — when a domain is supplied — performance (Core Web Vitals) and 404s from real-user data. Read-only; safe to run anytime. Pair with the eds_da_* write tools to fix what it finds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoRUM look-back window in days (default 7).
domainNoLive domain (e.g. www.example.com) for RUM-based performance and 404 checks. Requires EDS_DOMAIN_KEY. Omit to skip those.
maxPagesNoMax pages to fetch for per-page checks (default 50).
dimensionsNoWhich dimensions to run (default all): seo, accessibility, performance, freshness, links, sitemap.
pathPrefixNoOnly audit pages under this path prefix (e.g. "/blog/"). Omit for the whole site.
Behavior4/5

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

With no annotations provided, the description carries the transparency burden. It explicitly discloses read-only behavior ('Read-only; safe to run anytime') and explains the conditional nature of performance/404 checks (when a domain is supplied). It does not detail output format or rate limits, but the core behavioral traits are clearly stated.

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 three sentences with no filler. The first sentence is information-dense, the second is a concise safety note, and the third gives actionable usage guidance. Every sentence earns its place.

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?

Given no output schema and no annotations, the description adequately explains the tool's scope, conditional behavior, and workflow. It could mention the shape of the prioritized list or the effect of maxPages, but overall it provides enough context for an agent to select and invoke the tool appropriately.

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?

The input schema already provides 100% coverage with descriptions for all five parameters. The description adds some context by linking 'domain' to real-user data and 'subtree' to pathPrefix, but this largely repeats schema information, keeping it at the baseline.

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 uses specific verbs ('sweep', 'return a prioritized list') and clearly identifies the resource (whole site or subtree). It enumerates the dimensions covered (SEO, accessibility, freshness, sitemap, performance, 404s) and distinguishes itself from page-level audit tools like eds_audit_page.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description states it is read-only and safe to run anytime, and suggests pairing with write tools to fix findings. However, it references 'eds_da_*' tools, which appear to be source-management tools rather than the actual fix tools (eds_fix_*) in the sibling list, providing potentially misleading guidance.

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/Focus-GTS/eds-mcp-server'

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