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

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

Annotations already declare read-only, open-world, idempotent, non-destructive. Description adds valuable context: probing multiple LLMs, scoring algorithm, per-model output structure, and the fact that Workers AI is free while Anthropic requires user's own key. No contradiction 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?

Three concise sentences. First sentence states core functionality and output. Second explains optional aspects. Third lists use cases. No fluff, every sentence earns its place.

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 4 parameters (all documented), no output schema, moderate complexity (multiple models, varied outputs), the description is complete. It covers the return structure (per-model {score, confidence, signals, raw_response} + combined view) and the behavior of each parameter. No gaps remain.

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

Parameters5/5

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

All 4 parameters are described in schema (100% coverage). Description adds meaningful context: explains the purpose of each parameter, provides examples (e.g., 'Pipeworx' for entity), and clarifies that `_apiKey` is only needed for Anthropic. This goes 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?

Specifically states it probes LLMs for brand/business visibility and scores (0-100) per model. Clearly distinguishes from siblings by focusing on AI visibility scoring for entities, not general Q&A or search.

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?

Explicitly suggests use cases: AI-marketing audits, pre-launch brand checks, competitive monitoring. Provides guidance on optional parameters (default model free, API key for Anthropic) but does not explicitly state when not to use or list direct alternatives.

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

Most tools have distinct purposes and the descriptions are unusually thorough, but ask_pipeworx and ask_pipeworx_beta are explicitly identical right now, and several discovery/prediction-market tools (polymarket_edges vs polymarket_arbitrage, discover_tools vs suggest_questions) occupy overlapping territory. An agent could reasonably route to the wrong variant despite the documentation.

Naming Consistency4/5

The dominant convention is lowercase snake_case with a leading verb (ask_pipeworx, list_subscriptions, validate_claim, resolve_entity), which makes the set predictable. A few noun-first outliers like pipeworx_trending, recent_alerts, and polymarket_edge_tracker are minor deviations rather than a broken pattern.

Tool Count2/5

34 tools is well above the coherence sweet spot for an MCP server, and much of that count is made up of meta-wrappers and convenience variants around the same Pipeworx router. The broad scope explains some of the count, but the surface still feels heavy for a single named server.

Completeness3/5

The Pipeworx side is very complete: lookups, grounded verification, research, entity profiles, comparisons, prediction-market fill checks, subscriptions, and memory all have lifecycle coverage. However, the server is named Obis and only find_occurrences, get_statistics, and get_taxon serve that domain, leaving obvious marine-biodiversity operations like occurrence detail, dataset listing, and download paths missing.