Skip to main content
Glama

Audit a web page

audit_page

Runs a one-shot audit of any URL to detect tracking tags, duplicate pixels, response-header issues, and resource counts, then delivers findings as a single readable report without requiring a browser.

Instructions

One-shot audit of a URL: tracking tags, duplicate-tag risks, response-header hygiene, and resource counts, as a single readable report. Fast (no browser). For byte-level page weight use analyze_page_weight; for lab Core Web Vitals use measure_performance.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesAbsolute http(s) URL of the page to audit, e.g. https://example.com
Behavior4/5

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

With no annotations, the description adds important behavioral context: 'Fast (no browser)' conveys the non-browser, lightweight nature, and 'single readable report' indicates output format. It does not detail limitations or error cases, but the provided traits are valuable for tool selection.

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 two sentences, front-loaded with the core function, and every sentence earns its place. It is concise, well-structured, and avoids unnecessary details.

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 one-parameter tool with no output schema, the description is complete: it lists the audit areas, states the output format, and clarifies how it differs from key sibling tools. The guidance is sufficient for an agent 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.

Parameters3/5

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

Schema coverage is 100% for the single required url parameter, so the schema already explains it. The description adds no extra parameter semantics beyond referencing 'URL', which is redundant with the schema. Baseline 3 is appropriate.

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 defines the tool as a one-shot URL audit covering tracking tags, duplicate-tag risks, header hygiene, and resource counts. It distinguishes itself from sibling tools by naming specific alternatives for byte-level weight and lab Core Web Vitals.

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 on when to use this tool (one-shot comprehensive audit) and points to alternatives: 'For byte-level page weight use analyze_page_weight; for lab Core Web Vitals use measure_performance.' This is clear and practical.

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/lpecom/webaudit-mcp'

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