Skip to main content
Glama

run_audit

Queue a full SEO + AI-readability audit (includes Core Web Vitals from Google PSI and organic traffic if Google is linked). Returns the audit envelope immediately with status: queued and an audit_id. Poll get_audit with the returned audit_id until status becomes complete (typical 10-30s). Counts against the user's plan allowance. Requires an API key as a Bearer token. Quota and per-domain cooldowns mirror the dashboard.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes

TDQS

A4.1/5.0
Behavior4/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 transparently explains the async behavior, immediate envelope return with 'status: queued', polling requirement, plan allowance impact, Bearer token requirement, and quota/cooldown behavior—all substantive details.

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?

Three sentences, each informative, with the opening phrase front-loaded. The first sentence is dense with parentheticals, but all content is necessary for proper usage and expectations.

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 no output schema, the description covers the async envelope, polling flow, included metrics, and key constraints (auth, quota, cooldowns). It lacks error-case details or a full response schema, but is adequate for an async audit tool.

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?

The schema has one 'url' parameter with no description (coverage 0%), and the description does not explicitly define it, though it is implied as the audit target. It adds context about Google linking and per-domain cooldowns that relate to the URL, but does not fully compensate for missing parameter documentation.

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 states the action with 'Queue a full SEO + AI-readability audit' and specifies the resource. It distinguishes from siblings by noting the inclusion of Core Web Vitals and organic traffic (if Google is linked) and requiring an API key, setting it apart from run_audit_anonymous.

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?

It provides explicit instructions to poll get_audit with the returned audit_id until status is complete, and notes the typical duration. It implies when not to use (if you lack an API key or want to avoid quota) by mentioning the anonymous sibling, though it does not explicitly name it.

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.4/5.0
Disambiguation5/5

Each tool targets a distinct resource or action: get_audit retrieves JSON findings, get_audit_pdf fetches a PDF, list_audits enumerates prior audits, run_audit queues an authenticated audit, run_audit_anonymous runs a sync anonymous audit, and get_organic_traffic provides Google-linked analytics. The two audit-running tools are clearly differentiated by auth and synchronicity, and the descriptions explicitly contrast them.

Naming Consistency5/5

All tool names follow a consistent verb_noun snake_case pattern: get_*, list_*, run_*. The two run tools share the same verb with a descriptive suffix (_anonymous), maintaining a predictable and readable convention.

Tool Count5/5

Six tools is well within the ideal 3-15 range for an SEO audit MCP. Each tool serves a distinct phase of the audit workflow (trigger, retrieve, list, report, analytics), earning its place without redundancy.

Completeness5/5

The tool set covers the full audit lifecycle: initiating audits (both anonymous and authenticated), retrieving results, listing historical audits, generating PDF reports, and accessing traffic analytics. No obvious gaps exist; the domain is fully addressed for a read-centric audit API.