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.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnly and idempotent annotations, the description adds critical behavioral details: return structure (per-model score/confidence/signals/raw_response + combined view), cost implications (Anthropic calls are BYO key), and that Workers AI is free. 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 three sentences, front-loaded with the main action and purpose. Every sentence earns its place: probe and score, default model and key usage, and example use cases. No fluff or redundancy.

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 having no output schema, the description adequately covers return values (per-model score/confidence/signals/raw_response + combined view). It explains all four parameters, their roles, and typical use cases. No apparent gaps given the tool's simplicity.

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?

With 100% schema description coverage, the baseline is 3. The description adds value by explaining the default model (Workers AI), that _apiKey enables Anthropic, and that context helps disambiguate. This goes beyond the schema's descriptions.

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 verb (probe), resource (LLMs), and outcome (score visibility 0-100). It distinguishes itself from sibling tools by focusing on AI visibility audits for brands/products, which is unique among siblings like ask_pipeworx or scan_competitor_ai_presence.

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 usage contexts (AI-marketing audits, pre-launch brand checks, competitive monitoring) and specifies when to use which models (default Workers AI, Anthropic requires _apiKey). It does not explicitly compare to siblings or state when not to use, leaving some room for ambiguity.

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

Several tools have overlapping purposes: ask_pipeworx, ask_pipeworx_beta (currently identical), ask_pipeworx_grounded, deep_research, and validate_claim all handle routed research queries, while ai_visibility_check and scan_competitor_ai_presence overlap directly and the six Polymarket tools form a dense, easily confused cluster. The descriptions are detailed, but an agent will frequently struggle to pick the right tool among near-duplicate research and prediction-market options.

Naming Consistency3/5

Names are readable and mostly snake_case, with useful prefixes like ask_pipeworx_ and polymarket_. However, conventions are mixed: some are verb_noun (search_genes, get_protein, generate_llms_txt), some are bare verbs (remember, recall, forget), and some are noun phrases (entity_profile, recent_changes, top_tissues). There is no single predictable pattern.

Tool Count2/5

34 tools is above the 25+ threshold for a heavy, hard-to-navigate set, and most of them are not related to the server's stated 'Protein Atlas' identity. Only three tools actually concern proteins, while the rest form a general data-research, Polymarket, memory, and subscription toolkit that feels like several servers merged into one.

Completeness2/5

For a Protein Atlas server, the surface is severely incomplete: only search_genes, get_protein, and top_tissues cover HPA, leaving pathology, cell-line, single-cell, blood, and other major HPA dimensions unaddressed. If the intended domain is instead the broader Pipeworx data router, the protein tools are an odd vestige and the completeness story is still muddled by overlapping meta-tools.