Skip to main content
Glama
eugenregehr

OctoBoost SEO MCP Server

by eugenregehr

get_stored_analysis

Retrieve prior SEO analysis reports without re-crawling. Filter by URL, category, or analyzer key for paginated results.

Instructions

Retrieve previously stored SEO analysis reports. No credits consumed. Supports filtering by URL, category, or single analyzer key. Returns paginated results (10 per page). Use this to review past analyses without re-crawling.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoFilter by exact URL (optional)
pageNoPage number (default 1, page size 10)
analyzerNoFilter results to a single analyzer key
categoryNoFilter results to a specific category (seo, accessibility, performance, ux, geo)
Behavior4/5

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

With no annotations, the description carries the burden of behavioral disclosure. It mentions no credit consumption, supports filtering, and returns paginated results (10 per page). These are key behavioral traits for a read-only retrieval tool.

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, front-loaded with purpose, no wasted words. Every sentence adds value.

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?

For a retrieval tool with 4 optional parameters and no output schema, the description covers pagination, credit consumption, and filtering. It is complete enough given the tool's simplicity.

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 coverage is 100% with individual parameter descriptions. The description adds a summary of filtering capabilities but does not provide new meaning beyond the schema. Baseline 3 is appropriate.

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 verb 'Retrieve' and the resource 'previously stored SEO analysis reports', making the purpose unambiguous. It distinguishes itself from siblings like 'analyze' (new analysis) and 'scan_domain' (scanning) by focusing on stored reports.

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 says 'No credits consumed' and 'Use this to review past analyses without re-crawling', indicating when to use. It does not explicitly exclude other tools but provides clear context for appropriate usage.

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/eugenregehr/octoboost-mcp-server'

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