Skip to main content
Glama

Seo Competitors

Recall

recall
Read-onlyIdempotent

Retrieve a value previously saved via remember, or list all saved keys (omit the key argument). Use to look up context the agent stored earlier — the user's target ticker, an address, prior research notes — without re-deriving it from scratch. Scoped to your identifier (anonymous IP, BYO key hash, or account ID). Pair with remember to save, forget to delete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyNoMemory key to retrieve (omit to list all keys)

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already establish read-only and non-destructive behavior. The description adds useful context about scope ('Scoped to your identifier (anonymous IP, BYO key hash, or account ID)') and the dual modes (retrieve vs. list). It does not elaborate on return formatting or missing-key behavior, but that is acceptable for a simple 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?

The description is three sentences, front-loaded with the core function, followed by usage context and sibling pairing. Every sentence adds value with no redundancy.

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 tool with a single optional parameter and no output schema, the description covers purpose, usage, and scope. It could mention return behavior for missing keys, but the 'list all saved keys' mode implicitly covers that. The description is nearly complete for the tool's simplicity.

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?

Schema coverage is 100% with a clear description of the 'key' parameter. The description goes further by giving concrete examples of what keys may contain (target ticker, address, prior research notes), enriching the semantic understanding beyond the 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 opens with a specific verb ('Retrieve') and resource ('a value previously saved via remember'), and also identifies the alternative mode ('list all saved keys'). It clearly distinguishes the tool from sibling tools like 'remember' and 'forget' by name.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

States explicitly when to use the tool ('to look up context the agent stored earlier... without re-deriving it from scratch') and provides pairing guidance ('Pair with remember to save, forget to delete'). Also notes the optional key argument for listing keys.

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

A3.8/5.0
Disambiguation2/5

Several tools are near-duplicates or easily confused: ask_pipeworx_beta is explicitly identical to ask_pipeworx, ai_visibility_check overlaps with scan_competitor_ai_presence, and polymarket_edges, polymarket_arbitrage, and bet_research all target opportunity discovery. While many tools are distinct, the boundaries between these clusters are unclear enough to cause misselection.

Naming Consistency4/5

The vast majority of tools use a consistent lowercase snake_case convention with descriptive noun/verb patterns (e.g., polymarket_edges, entity_profile, validate_claim, resolve_entity). Minor deviations like seo_domain_ranked_keywords and ask_pipeworx_beta are slightly off-pattern, but the overall style is predictable.

Tool Count2/5

32 tools is above the threshold where a set starts to feel bloated, especially for a server named "Seo Competitors". The count includes many unrelated subsystems—Polymarket betting, memory, subscriptions, and generic data routing—making it feel like a kitchen sink rather than a focused SEO competitor toolkit.

Completeness2/5

For a server claiming to support SEO competitor analysis, the surface is incomplete: it offers a keyword-ranking tool and AI visibility checks, but lacks standard competitor SEO capabilities like backlink analysis, rank tracking over time, content-gap analysis, or site audits. The broader data/query tooling is extensive, but it doesn't fill the gaps in the advertised domain.