Skip to main content
Glama

Pay for and start a quoted audit

start_paid_audit
Idempotent

Starts the exact robots-aware whole-site scope represented by a current quoteId. If payment is absent, returns an x402 v2 PaymentRequired result. A compatible MCP client retries with _meta['x402/payment']; WebsiteIQ verifies the required payment identifier, settles exact USDC, and returns the existing job on safe replay.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
quoteIdYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
okYes
statusYes
pageCapYes
paymentYes
quoteIdYes
reportUrlYes
statusUrlYes

Schema Changelog

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

  1. First observed

TDQS

A4.1/5.0
Behavior5/5

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

The description adds significant behavioral context beyond annotations: payment requirement via x402, idempotent replay, and returning existing job. It aligns with annotations (idempotentHint, destructiveHint).

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 four sentences, front-loading the core action. It includes necessary technical details about x402, though some jargon could be simplified without losing meaning.

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 the presence of an output schema, the description sufficiently covers payment behavior and idempotency. It mentions returning an existing job on replay, though lacks explicit success response details.

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

Parameters2/5

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

With 0% schema description coverage, the description should explain the 'quoteId' parameter, but only mentions it in passing. The pattern in the schema provides some guidance, but the agent lacks context on how to obtain the quoteId.

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 a specific verb ('Starts') and resource ('audit') and clearly distinguishes from siblings like 'audit_url' and 'estimate_audit' by requiring a quoteId and payment.

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 explains the payment flow and idempotency, providing context for when to use. It does not explicitly exclude alternatives or state prerequisites like obtaining a quoteId from 'estimate_audit'.

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