Skip to main content
Glama

Start a WebsiteIQ audit

audit_url

Starts the free bounded, robots-compliant audit of one public HTTP(S) page. No account, email, or contact consent is required. One free audit is allowed per requester IP and per target website each day. When payment is available, an abuse-limited call returns the exact sitemap-priced x402 PaymentRequired result and accepts a compatible retry through _meta['x402/payment']; otherwise it returns a quote preview. WebsiteIQ never pays target sites and never bypasses robots.txt.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPublic website URL to audit.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
okYes
statusYes
pageCapYes
reportUrlYes
statusUrlYes
retentionPolicyNo

Schema Changelog

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

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Beyond annotations (readOnlyHint=false, destructiveHint=false), the description adds significant behavioral details: no account/email required, daily rate limits, payment behavior (x402 response), and ethical constraints (never pays targets, respects robots.txt). This fully informs the agent about side effects and restrictions.

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 a single well-structured paragraph that front-loads key points. Every sentence adds value without redundancy or unnecessary detail.

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?

Given the tool's simplicity (1 param, output schema exists), the description is comprehensive: covers purpose, limitations, payment behavior, and ethical stance. It is sufficient for an AI agent to select and invoke correctly without ambiguity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema describes 'url' as a public website URL, and the description adds that it must be HTTP(S) and that the audit is robots-compliant and bounded. This adds meaning beyond the schema, though the schema coverage is 100%.

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 explicitly states it starts a free bounded, robots-compliant audit of one public HTTP(S) page. It distinguishes from siblings like start_paid_audit and get_audit_status by specifying the free nature and limitations.

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 description provides clear context on when to use the tool: for free audits, no account needed, one per IP/website per day. It mentions the daily limit and payment behavior but does not explicitly state alternatives or when not to use, leaving some inference to the agent.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A4/5.0
Disambiguation5/5

Each tool has a distinct purpose: starting audits, deleting, estimating, status checking, listing checks, and starting paid audits. No functional overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., audit_url, delete_audit, estimate_audit). No mixing of conventions.

Tool Count5/5

Six tools is a well-scoped set for an auditing service, covering the essential operations without unnecessary redundancy.

Completeness4/5

The tool surface covers the full audit lifecycle: estimation, free/paid start, status, and deletion. Minor gap: no tool to list all audits for a user.

Resources