Skip to main content
Glama

SEO Audit MCP Server

seo_history

View your past audit results. List recent audits or retrieve a specific audit by ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
actionNolist
audit_idNo

Schema Changelog

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

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the behavioral burden. It conveys a read-only intent through the verb 'view' and enumerates the two possible actions (list/get). However, it does not disclose error behavior (e.g., invalid audit_id), default limit behavior, or any side effects—though for a history viewer, side effects are unlikely. The description is adequate but not rich in behavioral detail, warranting a 3.

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 short sentences, front-loaded with the core purpose ('View your past audit results') and then detailing the two modes. No wasted words, entirely focused on what the agent needs to know for selection and initial invocation.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema and no annotations, the description should provide more context. It explains the tool's purpose and the two actions, but omits the meaning of 'limit' and what the returned data looks like (e.g., audit summaries vs. full details). For a simple tool this might be sufficient, but there are clear gaps that could confuse an agent invoking it correctly, so a 3 fits.

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 description coverage is 0%, so the description must compensate. It explains two of three parameters: 'action' (via 'List recent audits or retrieve a specific audit by ID') and 'audit_id' (the specific audit). The 'limit' parameter is not mentioned at all, leaving its effect on listing unclear. The schema provides default/min/max, but the description adds no meaning for limit. This partial compensation earns a 3.

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 function: 'View your past audit results.' It also specifies two modes—'List recent audits or retrieve a specific audit by ID'—which distinguishes it from sibling tools like seo_audit_status or seo_crawl_status that focus on current statuses. The verb 'view' and the resource 'past audit results' are specific and unambiguous.

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 provides clear context: use this tool to view historical audit data rather than current status (which sibling tools seo_audit_status and seo_crawl_status likely cover). It does not explicitly name alternatives or state when not to use it, but the phrasing 'past audit results' implies a historical scope. This is slightly above the 'implied usage' level, so a 4 is appropriate.

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

B3.3/5.0
Disambiguation5/5

Each tool targets a distinct SEO dimension or lifecycle stage. The check_* tools focus on specific aspects (meta, schema, performance, etc.), while audit, crawl, and status tools are separated by scope and sync/async nature. No two tools appear to do the same thing.

Naming Consistency3/5

Most tools follow a verb_noun pattern (seo_check_*, seo_crawl_*, seo_generate_schema), but there are exceptions like seo_competitor_check (noun_verb), seo_audit_status (noun_noun), and seo_history/seo_usage (bare nouns). The consistent 'seo_' prefix helps, but inconsistent verb positioning makes the set less predictable.

Tool Count5/5

With 15 tools, the set is comprehensive yet not bloated. Each tool provides a distinct capability from individual checks to async audits, crawling, competitor analysis, and account status. The count is well-suited for a full-featured SEO audit server.

Completeness4/5

The tool surface covers the core audit lifecycle: individual checks, quick audit, deep audit with status polling, site crawl with status, historical records, and usage. Minor gaps exist such as no explicit ranking tool (though competitor check addresses part) and no tool to cancel an audit, but these are not critical for the intended purpose.