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.

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. The description adds valuable behavioral context: default model choice, billing model for Anthropic calls (BYO key), return structure (per-model score, confidence, signals, raw_response + 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 concise (3 sentences) and well-structured: first sentence states core purpose and default, second covers optional probing, third summarizes return and use cases. No superfluous information.

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?

All aspects are adequately covered: purpose, parameter details (defaults, optionality, billing), return format, and use cases. Despite no output schema, the description provides sufficient return structure. Complexity is moderate with 4 params, and the description compensates well.

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%, providing a baseline of 3. The description adds meaning beyond schema by explaining the default model (Workers AI Llama-3.3-70b) and the billing arrangement for the _apiKey parameter, plus clarifying the context parameter's disambiguation purpose.

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 'probe' and resource 'LLMs for entity knowledge', scoring visibility 0-100 per model. It distinguishes from sibling tools like scan_competitor_ai_presence by specifying use cases for AI-marketing audits, pre-launch checks, and competitive monitoring.

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 provides clear context for when to use the tool (AI-marketing audits, brand checks, competitive monitoring) and explains the default model vs. requiring an API key for Anthropic. However, it does not explicitly state when not to use it or mention alternatives among sibling tools.

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

Multiple tools have heavily overlapping purposes: ask_pipeworx, ask_pipeworx_beta, ask_pipeworx_grounded, and deep_research all handle query routing, and the five polymarket_* tools plus bet_research blur the line between market scanning, edge detection, and fill-risk analysis. Several pairs (entity_profile/compare_entities/recent_changes, ai_visibility_check/scan_competitor_ai_presence) also overlap substantially.

Naming Consistency2/5

The tool names mix multiple conventions: verb_noun (validate_gtin, list_subscriptions, generate_llms_txt), brand-prefixed groups (pipeworx_*, polymarket_*, ask_pipeworx*), and bare nouns (entity_profile, recent_alerts). The server is named after GTIN/barcodes, yet most tools are branded Pipeworx or Polymarket, making the set feel incoherently named.

Tool Count2/5

33 tools is well over the threshold where a typical agent can comfortably navigate the surface, especially since they span unrelated domains: barcode validation, data lookups, prediction-market arbitrage, memory storage, subscriptions, npm scanning, and llms.txt generation. The count reflects an overgrown grab bag rather than a well-scoped toolset.

Completeness2/5

There is no coherent domain to assess completeness against: for the server's apparent GTIN/barcode purpose, only gtin_check_digit and validate_gtin exist (and not even a lookup for product data by GTIN). For the broader Pipeworx platform hinted at by most tools, the surface is scattered, with deep coverage of prediction-market edges but arbitrary one-off utilities elsewhere.