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

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint false. The description adds value by explaining the return format (per-model {score, confidence, signals, raw_response} + combined view), cost implications (free default, BYO key for Anthropic), and the fact that it probes external LLMs. It does not contradict 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?

Description is four sentences, front-loaded with the core action and output. Each sentence adds essential information without redundancy or verbosity.

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?

No output schema exists, so the description must explain return values, which it does clearly. All four parameters are described with sufficient context. Minor gap: does not mention error handling or rate limits, but is otherwise complete for the tool's purpose.

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 baseline is 3. The description adds meaning beyond schema: provides example values for entity ('Pipeworx'), clarifies default model for models, explains necessity of _apiKey for Anthropic, and gives disambiguation example for context. This extra context elevates the score.

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 action ('probe one or more LLMs', 'score visibility'), specifies the resource ('business / brand / product / topic'), and provides a 0-100 score range. It distinguishes itself from siblings by being unique in function; no other sibling tool performs AI visibility checks.

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 explicit when-to-use examples ('AI-marketing audits, pre-launch brand checks, competitive monitoring') and explains default model behavior and how to include Anthropic with an API key. However, it lacks explicit when-not-to-use or mention of alternative tools, though no siblings overlap.

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

Most tools have distinct, well-documented purposes, but several overlap or are explicitly redundant: ask_pipeworx_beta currently behaves identically to ask_pipeworx, discover_tools and suggest_questions both serve as discovery entry points, and scan_competitor_ai_presence wraps ai_visibility_check. The thematic split between theme-park, data-lookup, prediction-market, and memory tools also forces agents to navigate unrelated clusters.

Naming Consistency3/5

Naming is a mix of verb_noun (list_destinations, get_wait_times, remember, resolve_entity), noun_phrase (entity_profile, recent_changes, bet_research), and brand-prefixed nouns (polymarket_edges, pipeworx_trending). Within families the patterns are consistent, but across the set the conventions are inconsistent and sometimes reverse the verb/noun order, making the surface harder to predict.

Tool Count2/5

35 tools is heavy, and the server is named Themeparks yet only 4 tools actually relate to theme parks. The remaining 31 tools span Pipeworx data retrieval, prediction markets, memory, subscriptions, and feedback, creating a bloated and misaligned scope. A tightly scoped theme-park server would need far fewer tools, and a general data research server would not be named Themeparks.

Completeness2/5

For the implied theme-park domain, the surface is thin: list destinations, get entity metadata, get schedule, and get wait times cover basic lookups but omit search, attraction details beyond waits, historical data, pricing, dining/show info, and park updates. The non-theme-park tools are extensive, but they do not complete the server's apparent stated purpose.