Skip to main content
Glama
rolledoatmeals

website-audit

Audit a website

audit_website

Audit any public website to identify issues costing customers, covering speed, mobile, search, contact, writing quality, and design. Get a 0-100 score with categorized findings.

Instructions

Audit any public website and report what is costing its owner customers. Checks page speed and weight, whether it works on a phone, whether search engines can read it, whether a visitor can actually get in touch, whether the copy reads like AI wrote it, and whether the build looks dated. Returns a 0-100 score with findings grouped by category.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe website address to audit, for example "example.com" or "https://example.com".
Behavior3/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does disclose the output format (0-100 score, findings grouped by category) and the nature of the analysis. However, it never explicitly states that the tool makes network requests to the target site, whether it is read-only, or how it handles failures like downtime, password-protected pages, or non-existent domains. These are meaningful gaps for an audit tool that fetches remote content.

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 longer than a headline but every clause earns its place: the purpose is stated first, followed by a compact list of the checks, then the scoring output. The enumerations are comma-separated and easy to parse quickly. It is dense but not padded, and the key output information is front-loaded.

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?

Since there is no output schema, the description correctly takes on the job of explaining return values, and it does — a 0-100 score with findings grouped by category. For a single-parameter, non-nested tool, the description covers the checks, output, and scope. It only misses edge-case behavior (unreachable sites, slow audits), which is minor given the tool's simplicity.

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%, and the single url parameter is already well documented in the schema with examples and format ('example.com' or 'https://example.com'). The description reinforces that the target must be a public website, which is a minor addition. Per the baseline for full schema coverage, 3 is appropriate — the schema does the heavy lifting for the sole parameter.

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 states a specific verb (audit) plus a well-defined resource (any public website) and a clear outcome (report what is costing its owner customers). It goes further by enumerating the concrete checks performed — page speed, mobile-friendliness, SEO readability, contactability, AI-sounding copy, and dated-looking build — and the 0-100 scoring output. This is specific enough for an agent to know exactly what the tool does and what it returns.

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?

There are no sibling tools to differentiate from, so the absence of explicit exclusions is acceptable. The description clearly scopes when to use it — any public website — and the enumerated checks imply the use case: understanding conversion/revenue problems from an owner's perspective. It lacks an explicit 'use this when…' statement, but for an isolated tool the context is clear and complete enough.

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/rolledoatmeals/website-audit-mcp'

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