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

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

Annotations already provide readOnly, openWorld, idempotent, and non-destructive hints. The description adds valuable context beyond that: it reveals external API calls to Anthropic when _apiKey is provided, including the cost implication (BYO key, pay Anthropic directly). This goes beyond the annotations and clarifies side effects.

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 and front-loaded: first sentence states the core action, second describes the return format, third lists use cases. Every sentence adds value with no redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description covers the main aspects: what it does, return structure (score, confidence, signals, raw_response, combined view), model options with cost, and use cases. For a moderately complex tool with 4 parameters, this is sufficient, though it doesn't discuss error handling or time expectations.

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

Parameters3/5

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

Schema description coverage is 100%, so all parameters (entity, models, _apiKey, context) are already documented in the schema. The description reinforces the model defaults (Workers AI free, Anthropic requires key) but does not add significant new meaning beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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 and scores visibility (0-100) per model, with a specific resource (business/brand/product/topic). However, it does not explicitly distinguish itself from similar siblings like scan_competitor_ai_presence, so it misses the top tier for sibling differentiation.

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 gives clear use cases ('AI-marketing audits, pre-launch brand checks, competitive monitoring') and indicates when to use the free default vs. Anthropic. It lacks explicit 'when not to use' or alternative tool mentions, but the context is sufficient for basic 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

B3.4/5.0
Disambiguation2/5

Several tools have overlapping or poorly distinguished purposes. For instance, `ask_pipeworx` and `ask_pipeworx_beta` have nearly identical descriptions, and `ask_pipeworx_grounded` also shares the same routing but adds a different output format. The `ai_visibility_check` and `scan_competitor_ai_presence` tools also overlap significantly.

Naming Consistency3/5

There is some consistency with verb_noun patterns (e.g., `resolve_entity`, `search_within`, `subscribe`, `unsubscribe`). However, there are many deviations: `ask_pipeworx`, `pipeworx_feedback`, `pipeworx_trending`, `entity_profile`, `scan_dependency`, and `polymarket_edges` break the pattern, mixing descriptive names with non-standard prefixes.

Tool Count4/5

37 tools is slightly above the ideal range for a single MCP server, but the tools cover a very broad and varied domain (IETF data, company research, prediction markets, package scanning, memory, etc.). The count is high but still within a manageable scope for a multi-purpose utility server.

Completeness2/5

The server combines tools from two very different domains: IETF Datatracker (document/WG/person lookups) and Pipeworx (data retrieval, prediction markets, company analysis). The IETF-related tools are sparse and incomplete (only document search, document, person, wg, wgs_search, rfc are present—no ability to create or modify records). The Pipeworx side is extensive but leaves notable gaps (e.g., no tool for submitting comments or editing IETF documents).