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

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

The description adds value beyond annotations by disclosing cost implications for Anthropic usage (BYO key, pay directly) and default model behavior. Annotations already indicate read-only, idempotent, non-destructive, which are consistent with the probe-and-report nature. The cost warning is a significant behavioral disclosure.

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 purpose, then model details and use cases. Every sentence is informative, no redundancy.

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 explains the tool's purpose, parameters, and return format (per-model score, confidence, signals, raw_response) without an output schema. For a tool with 4 parameters and no output schema, this is sufficiently complete for an agent to understand and invoke correctly. Could be improved by explicitly listing the return fields in a structured way.

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 descriptions cover all 4 parameters (100% coverage), so the baseline is 3. The description adds context about default model and API key purpose but does not significantly extend parameter understanding 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?

The description clearly states the tool probes LLMs for visibility of a business or topic, providing a score (0-100) per model. It distinguishes itself from sibling tools that focus on specific domains like Pipeworx or betting, as this is a general AI visibility check.

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 identifies use cases (AI-marketing audits, pre-launch brand checks, competitive monitoring) and explains model options (default Workers AI, optional Anthropic with API key). It does not explicitly state when not to use, but the context is clear and sufficient for an agent to decide.

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

Multiple tools appear to do nearly the same thing: ask_pipeworx, ask_ipeworx_beta (explicitly identical at the moment), ask_pipeworx_grounded, deep_research, and validate_claim all route questionanswering in a very similar way. Even with long descriptions, the sheer number of overlapping query/research/analysis tools (ai_visibility_check vs scan_comperitor_ai_presence, all polymarket_*) would make an agent uncertain which to call.

Naming Consistency2/5

The set uses snake_case everywhere but that is the only consistent part. There is a mess of verb_noun patterns, noun_verb patterns (cjeu_search vs search_legislation, cj_judgment vs get_document), bare noun phrases (entity_profile, compliance_index, pipeworx_feedback, polymarket_edges), and verb phrases (ask_ipeworx, generate_elms_txt, resolve_entry). A user cannot predict whether the noun comes first, so naming is readable but not predictable.

Tool Count2/5

39 tools is far over the 25+ threshold for a coherent set, and a large number of them (predictor markets ten, AI visibility, memory, subscriptions, pipework meta-tools) are outside the EUR-Lex legal research domain. The total count suggests a bundled everything-server rather than a focused legal-research MCP. It is not extreme enough for a 1 because 39 is still within a region where a broader meta-pipework suite could plausibly exist — but it's still too many.

Completeness4/5

For the EUR-Lex domain, the legal tools are nearly complete: search_legislation + compliance_index locate acts, get_metadata/list_articles/get_article/get_document read them, and cjeu_search/cjeu_judgment cover case law. Missing links that would make it fully seamless are amendment tracking, cross-references and direct CELEX/EURL-Lex citation search integration, but all basic 'find and read an act or judgment' workflows are supported.