Skip to main content
Glama

AI Visibility Check

ai_visibility_check
Read-onlyIdempotent

Probe one or more LLMs for what they know about a business / brand / product / topic and score visibility (0-100) per model. Default model is Workers AI Llama-3.3-70b (free); pass _apiKey to also probe Anthropic (BYO key — you pay Anthropic directly for those calls). Returns per-model {score, confidence, signals, raw_response} + a combined view. Useful for AI-marketing audits, pre-launch brand checks, competitive monitoring.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entityYesThe thing to ask about. Brand/business name, product name, person, or topic. E.g. "Pipeworx", "OpenInvoice", "Acme Corp pricing".
modelsNoWhich models to probe. Supported: "workers-ai" (free default), "anthropic" (requires _apiKey). Omit for just workers-ai.
_apiKeyNoOptional Anthropic API key (sk-ant-...) — only needed if "anthropic" is in models. Passed straight through to api.anthropic.com.
contextNoOptional: a phrase locating the entity (e.g. "Boston restaurant", "B2B SaaS"). Helps disambiguate common names.

Schema Changelog

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

  1. First observed

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and nondestructive. The description adds value by detailing the return structure (per-model score, confidence, signals, raw_response + combined view) and cost implication for Anthropic (_apiKey means user pays directly). No contradictions with annotations.

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 covering purpose, default behavior, optional key requirements, and return format. Front-loaded with the main action and output. Every sentence is informative with no redundancy.

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?

Despite no output schema, the description fully explains what is returned (per-model score, confidence, signals, raw_response + combined view). With 4 well-documented parameters and clear use cases, an agent has all necessary information to decide and invoke correctly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, but the description adds essential context: gives examples for 'entity' ('Pipeworx', 'OpenInvoice'), clarifies supported models and the optional apikey requirement for Anthropic, explains 'context' as disambiguation. This goes well beyond the schema's bare descriptions.

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 uses specific verbs ('probe', 'score') and resource ('LLMs for what they know about a business/brand/product/topic'). It clearly distinguishes from sibling tools like 'entity_profile' (which likely provides a profile) and 'deep_research' (broader research). The mention of default model and optional Anthropic adds specificity.

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?

Explicit use cases are listed: 'AI-marketing audits, pre-launch brand checks, competitive monitoring'. While it doesn't explicitly state when not to use, the context implies it's for probing LLM knowledge. Could be improved by contrasting with sibling tools like 'entity_profile'.

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.9/5.0
Disambiguation3/5

The three ask_pipeworx variants plus deep_research and validate_claim overlap heavily on the same routing capability — ask_pipeworx_beta is even explicitly identical to ask_pipeworx right now. The polymarket tools (arbitrage/edges/edge_tracker/fill_risk/kalshi_spread) form a second cluster with fuzzy boundaries, and ai_visibility_check vs scan_competitor_ai_presence overlap. However, most other tools (w3c_search, spec, remember/recall/forget, subscribe/unsubscribe) have clear distinct roles.

Naming Consistency3/5

Names are generally descriptive snake_case with recognizable prefix families (ask_pipeworx_*, polymarket_*, w3c_*), but verb usage is inconsistent: passive labels like ai_visibility_check and entity_profile sit alongside imperatives like recall, forget, subscribe, and resolve_. There's no uniform verb_noun or noun_pattern convention across the set.

Tool Count2/5

33 tools is over the heavy threshold, and the count is wildly mismatched to the server's claimed identity: the server is named 'W3c' yet only 2 of 33 tools (w3c_search, w3c_spec) relate to W3C. The remaining 31 form a sprawling Pipeworx data/prediction-market service that would justify its own server, making this aggregation incoherent.

Completeness3/5

For its actual purpose (broad data research + prediction markets), the surface is fairly complete: search, grounded answers, deep research, comparison, entity profiles, entity resolution, memory, subscriptions, and feedback cover the main workflows. But for the server's stated W3C purpose, only search and spec-detail exist with no broader standards tooling. The domain mismatch makes completeness hard to credit.