Skip to main content
Glama
qckdatabase

SEO/AEO Audit MCP

by qckdatabase

render_audit_pdf

Render a complete SEO/AEO audit as a PDF document with technical, content, authority, and AI visibility insights.

Instructions

Render the completed SEO/AEO audit report as a PDF file. Pass the ahrefs and crawl objects exactly as returned by fetch_audit_data (pass through unchanged), plus the ai_visibility data you gathered via web search and the narratives you wrote based on the data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cruxNoThe crux object from fetch_audit_data (pass through; optional)
crawlNoThe crawl object exactly as returned by fetch_audit_data
ahrefsNoThe ahrefs object exactly as returned by fetch_audit_data
narrativesYes
output_pathNoAbsolute path for PDF output. Defaults to ~/Desktop/<domain>-seo-audit.pdf
ai_visibilityNo
Behavior2/5

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

No annotations are provided, so the description must carry the burden. It states it renders a PDF but does not disclose whether it is a pure read operation (no side effects), what happens on conflict (overwrite?), or any rate limits. The phrase 'pass through unchanged' is helpful but insufficient.

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 sentences: first sentence states the purpose, second provides essential input guidance. No wasted words. Perfectly front-loaded and efficient.

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 explains the output (PDF file) and default path. It does not mention error handling or prerequisites, but for a simple render tool with clear inputs, it is reasonably complete. Could be improved by noting that all required inputs must be present.

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 input schema has 67% coverage (descriptions for 4 of 6 parameters). The description adds value by indicating that ahrefs/crawl should be passed exactly as returned, that ai_visibility comes from web search, and that narratives are user-written. This clarifies data provenance 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?

The description clearly states the tool's purpose: 'Render the completed SEO/AEO audit report as a PDF file.' It specifies the exact resources (ahrefs, crawl, ai_visibility, narratives) and their required form, effectively distinguishing it from sibling fetch tools.

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 explicitly tells the agent to pass through ahrefs/crawl from fetch_audit_data, ai_visibility from web search, and narratives written by the agent. It implies usage after data collection, though it could be clearer about what to do if data is missing.

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/qckdatabase/seo-aeo-audit-mcp'

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