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 already declare readOnlyHint=true, and the description adds meaningful context beyond this: it notes the default model is free, that passing `_apiKey` triggers direct calls to Anthropic with cost implications for the user, and it discloses the response structure (per-model {score, confidence, signals, raw_response}). This adds transparency about external calls and costs that annotations alone do not provide.

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 compact—three sentences—with the main purpose front-loaded. Every sentence contributes new information: what it does, the default model and cost nuance, the return format, and use cases. There is no redundancy or filler.

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?

The description is highly complete for a read-only tool with no output schema. It explains the output shape, default behavior, optional external API usage, cost implications, and real-world use cases. Given the tool's moderate complexity and annotations that cover safety, the description leaves no significant gaps.

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 coverage is 100%, so the baseline is 3. The description adds value by explaining the default model (Workers AI Llama-3.3-70b) and the conditional need for `_apiKey` only when probing Anthropic, which is not evident from the schema alone. This clarifies parameter relationships and defaults.

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's function with a specific verb ('probe') and resource ('one or more LLMs'), and explains the visibility scoring (0-100) per model. It also distinguishes from sibling tools by emphasizing per-model visibility scores and specific models like Workers AI and Anthropic, which sets it apart from general ask or research tools.

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, pre-launch brand checks, competitive monitoring.' It also explains the default model and optional Anthropic probing with a BYO key, giving practical usage guidance. However, it does not explicitly name alternatives or exclusion criteria when other tools might be more appropriate.

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

Most tools are well-differentiated, with detailed descriptions clarifying their distinct purposes. However, there is some overlap between the multiple 'ask' tools (ask_pipeworx, ask_pipeworx_grounded, deep_research, suggest_questions) and between weather tools (forecast, latest_observations, recent_observations, warnings), which could cause confusion. Overall, ambiguity is low.

Naming Consistency5/5

All 34 tool names follow a consistent lowercase_with_underscores (snake_case) pattern. Names are descriptive and predictable, such as 'ask_pipeworx', 'entity_profile', 'polymarket_arbitrage', etc. No mixing of conventions like camelCase or inconsistent verb styles.

Tool Count3/5

The server has 34 tools, which is on the higher side given its broad scope covering weather, company research, prediction markets, and general data queries. While not excessive, it could be split into more focused servers for clarity. The count feels a bit heavy but still manageable.

Completeness4/5

The tool set covers a wide range of data domains (weather, company financials, prediction markets, news, memory, subscriptions) with reasonable completeness. Minor gaps exist, such as limited weather coverage (Finland only) and no direct support for non-company entities or unofficial data sources, but core workflows are well-supported.