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

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

Annotations indicate read-only, open-world, idempotent, non-destructive. Description adds value by explaining cost implications (free for default model, BYO key for Anthropic), pass-through of key to api.anthropic.com, and return structure (per-model and combined view). No contradictions.

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?

Single paragraph, front-loaded with core action and output. Every sentence adds value: default model, optional key, return format, use cases. No fluff, efficient communication.

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, description fully specifies return values (score, confidence, signals, raw_response per model plus combined). Covers all parameters, use cases, and behavioral context. Complete for a tool with clear annotations and 4 parameters.

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 has 100% parameter description coverage. Description reinforces each parameter: entity (thing to ask about), models (which models, with default hint), _apiKey (required for Anthropic, passed straight through), context (disambiguation). Adds nuance like 'free default' and 'BYO key' beyond 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?

Description clearly states 'probe LLMs for what they know about a business/brand/product/topic and score visibility (0-100) per model'. Specifies default model and optional Anthropic probing. Use cases given (AI-marketing audits, pre-launch brand checks, competitive monitoring) help distinguish from sibling tools like entity_profile or deep_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?

Description provides clear context for when to use (AI-marketing audits, brand checks) and implies when to probe multiple models with _apiKey. However, it does not explicitly state when not to use or directly compare to sibling tools, though the use cases serve as implicit guidance.

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
Disambiguation3/5

Many tools have overlapping purposes, such as ask_pipeworx, ask_pipeworx_grounded, deep_research, and bet_research all querying data but with nuanced differences. The descriptions help but boundaries remain fuzzy, especially between ask_pipeworx and deep_research for broad vs. single lookups. Overall moderate ambiguity.

Naming Consistency2/5

Naming is inconsistent: some tools use snake_case (ask_pipeworx, ai_visibility_check), others use camelCase (serpapi_google_jobs), and patterns vary widely (e.g., pipeworx_feedback vs. compare_entities). Only the serpapi_google_* group follows a consistent pattern.

Tool Count3/5

36 tools is on the high side for a single server, with many meta-tools (discover_tools, suggest_questions) and niche prediction market tools. The scope seems overly broad, covering data lookup, prediction markets, memory, and subscriptions, which could be streamlined to a more focused set.

Completeness3/5

The server covers a wide range of domains (financial, economic, news, drugs, prediction markets, Google services), but lacks direct web search and write/update capabilities. While the coverage is broad, there are notable gaps (e.g., no generic web search, limited tool for modifying data) for a data-focused server.