Skip to main content
Glama

prufa_run_audit

Run a public-page QA audit on a URL. Returns machine-verified findings on tracking, broken flows, consent violations, console errors, and compliance signals.

Instructions

Run a public-page QA audit on a URL. Returns findings JSON: tracking pixels, broken flows, consent violations, console errors, compliance signals. Rate-limited; one call returns one audit. When wait=true (default), blocks until the audit completes and returns the JSON report. When wait=false, returns immediately with status='queued' and the run_id + share_token so you can poll later.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe public URL to audit. Must be authorized for the workspace.
waitNoBlock until the audit completes (recommended for agents).
Behavior5/5

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

With no annotations, description fully discloses behavior: rate-limited, blocking vs non-blocking, response content including both 'findings JSON' and 'queued' status with identifiers. No contradictions.

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?

Two concise sentences pack all essential information: purpose, output, two modes. No fluff.

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?

No output schema, but description lists return fields (tracking pixels, etc.) and handles both blocking and non-blocking responses. Covers rate limiting and authorization. Complete for a two-param tool.

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?

Schema already covers both params with descriptions. Description adds value by explaining wait parameter's effect and that url must be authorized, which is extra context beyond schema.

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?

Description clearly states 'Run a public-page QA audit on a URL' with specific verb and resource. Distinguishes from sibling prufa_get_report by explaining wait behavior and two modes of operation.

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?

Provides guidance on when to use wait=true vs wait=false, mentions rate limiting, and alludes to polling via sibling tool. Could be more explicit about when to use prufa_get_report.

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/prufa-dev/prufa-mcp'

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