Skip to main content
Glama

Scan Competitor AI Presence

scan_competitor_ai_presence
Read-onlyIdempotent

Compare AI visibility across multiple entities side-by-side. Probes each entity (your brand + N competitors) with ai_visibility_check, ranks by score, surfaces which is most/least recognized. Useful for competitive AI-marketing audits: "does Claude know about us as well as our competitors?". Returns ranked list with score, confidence, signal density per entity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
modelsNoWhich models to probe. Supported: "workers-ai" (free default), "anthropic" (requires _apiKey). Omit for just workers-ai.
_apiKeyNoOptional Anthropic API key — only if "anthropic" is in models. Passed to api.anthropic.com per probe.
contextNoOptional shared context applied to every probe (e.g. "B2B SaaS", "Boston restaurant"). Disambiguates common names.
entitiesYesArray of 2-8 entities to compare (brand/business/product names). First entry treated as the "subject" for narrative; rest are competitors.

Schema Changelog

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

  1. Added

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnly/idempotent/non-destructive. Description adds process details: 'Probes each entity... with ai_visibility_check, ranks by score, surfaces most/least recognized' and specifies return fields (score, confidence, signal density). This is meaningful behavioral info beyond annotations, with no contradiction.

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 sentences, front-loaded with the core action in the first sentence. It packs process, ranking, output fields, and use case without waste.

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

Completeness5/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 compensates by describing returned data ('ranked list with score, confidence, signal density per entity'). It also states the workflow and use case. With good schema coverage, the description is complete for understanding the tool's role.

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?

Input schema covers all 4 parameters with descriptions at 100% coverage. The description does not add significant parameter details beyond a paraphrase of the entity-first-entry rule already in the schema, so the baseline of 3 applies.

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 'Compare AI visibility across multiple entities side-by-side,' with a specific verb and resource. It also distinguishes from sibling tools by referencing multi-entity comparison and the ai_visibility_check probe, differentiating from single-entity checks.

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?

Provides explicit use case: 'Useful for competitive AI-marketing audits' with an example question. It implies this tool for comparing multiple entities, but does not explicitly name alternatives or when-not-to-use, so clear context but no exclusions.

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 route the same style of query to the same Pipeworx catalog: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, deep_research, discover_tools, and suggest_questions all overlap in purpose, and ask_pipeworx_beta is explicitly identical to ask_pipeworx. The prediction-market tools also blur together, with bet_research, polymarket_arbitrage, polymarket_edges, polymarket_edge_tracker, and polymarket_fill_risk all covering overlapping analysis territory.

Naming Consistency3/5

The tools are consistently lowercase snake_case, but the naming convention is mixed: some are verb_noun (predict_gender, generate_llms_txt), some are noun phrases (entity_profile, recent_alerts), some are bare verbs (remember, forget), and many share domain prefixes like ask_pipeworx or polymarket_. It is readable, but there is no single predictable pattern across the set.

Tool Count2/5

At 33 tools, this exceeds the 25+ threshold where the surface becomes hard to navigate. More importantly, the count does not match the server's apparent genderize identity: the vast majority of tools are unrelated Pipeworx research, prediction-market, memory, and subscription utilities bolted onto a two-tool gender-prediction core.

Completeness3/5

As a broad research assistant, the set is substantial: it covers question routing, grounded verification, deep research, entity profiles, comparisons, change feeds, memory, and subscriptions. However, the actual genderize domain is thin—just two prediction tools with no batch, supported-country, or accuracy endpoints—and several unrelated capabilities feel bolted on, making coverage uneven.