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

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

The description provides rich behavioral details beyond the annotations (which already mark it as read-only, idempotent, non-destructive). It states the probe is free for Workers AI, that Anthropic calls are passed through with BYO key, and describes the return format (score, confidence, signals, raw_response per model plus combined view). 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?

The description is a single, well-structured paragraph that front-loads the core action and result. Every sentence is informative: what it does, default behavior, optional parameters, return format, and use cases. No unnecessary words.

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 detailing the return structure (score, confidence, signals, raw_response per model + combined view). It covers all key aspects: purpose, parameters, defaults, use cases, and behavioral notes. The agent can use this tool confidently without further clarification.

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 description coverage is 100%, so baseline is 3. The description adds value by explaining the default model for 'entity', providing examples ('Pipeworx', 'OpenInvoice'), clarifying that '_apiKey' is only needed for Anthropic, and describing the 'context' parameter's purpose (disambiguation). This extra context improves parameter 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 clearly states the tool probes LLMs for visibility of a business/brand/product/topic and returns a score (0-100). It specifies the verb 'probe' and resource 'AI visibility', and distinguishes from siblings like 'deep_research' or 'ask_pipeworx' by focusing on visibility scoring rather than general Q&A or research.

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 mentions use cases: AI-marketing audits, pre-launch brand checks, competitive monitoring. It explains the default model and the need for an API key for Anthropic. While it doesn't explicitly contrast with sibling tools, the purpose is clear enough for an agent to decide when to use it.

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

A4/5.0
Disambiguation4/5

Most tools have distinct purposes, but there is some overlap, especially among ask_pipeworx variants (ask_pipeworx, ask_pipeworx_grounded, ask_pipeworx_beta) and prediction market tools (polymarket_arbitrage, polymarket_edges, polymarket_edge_tracker, polymarket_fill_risk, polymarket_kalshi_spread, bet_research). While descriptions help distinguish them, the boundaries are somewhat fuzzy.

Naming Consistency2/5

Naming conventions are inconsistent. Some tools use verb_noun (search_sequence, compare_entities), others use noun_verb (entity_profile, recent_changes), and some have prefixes (pipeworx_feedback, pipeworx_trending) while others do not (remember, forget). There is no uniform pattern, which reduces predictability.

Tool Count2/5

The server name 'Oeis' suggests a focus on integer sequences, but only 2 of 33 tools are OEIS-related. The remaining tools cover a vast array of unrelated domains (data retrieval, prediction markets, memory, subscriptions). This mismatch between name and scope makes the tool count feel excessive and poorly scoped.

Completeness4/5

Within the broad domains covered, the tool surface is quite complete. For memory, there are remember/recall/forget; for subscriptions, subscribe/unsubscribe/list_subscriptions/recent_alerts; for data retrieval, multiple entry points. Minor gaps exist, such as lack of OEIS sequence contribution tools, but overall the set is well-rounded.