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

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

The annotations already declare readOnly, openWorld, and idempotent hints. The description adds valuable context beyond these: default model is free (Workers AI Llama-3.3-70b), Anthropic calls require a BYO key and cost the user directly, and the return structure includes per-model fields. 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 dense sentences: the whole description is under 350 characters, front-loaded with the primary action, then model details, return shape, and use cases. Every sentence carries distinct information; no fluff or repetition.

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 no output schema, the description specifies the return fields ({score, confidence, signals, raw_response} + combined view). Combined with 100% parameter schema coverage and well-disclosed annotations (read-only, idempotent), the only marginal gap is explaining what 'signals' means, but this is a minor nuance. The description fully equips an agent to invoke the tool.

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 descriptions provide 100% coverage, but the description enriches key meanings: it explains the default/free model, the meaning of `_apiKey` (BYO, you pay Anthropic), and the semantics of omitted `models` (default to workers-ai). This adds value beyond the raw schema, though slightly redundant with 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 opens with a specific verb and resource: 'Probe one or more LLMs for what they know...' and defines the output as a visibility score (0-100) per model. It distinguishes itself from siblings by focusing on LLM knowledge scoring, clearly relevant to AI-marketing audits and brand 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?

Usage context is clear: 'Useful for AI-marketing audits, pre-launch brand checks, competitive monitoring.' It also explains when to pass `_apiKey` (to probe Anthropic) and the default model. However, it does not explicitly state when not to use it or mention alternative tools for related tasks.

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

The tools span vastly different domains (AI visibility, data querying, prediction markets, GIS) with clear descriptions individually, but the set lacks a coherent focus. An agent looking for ArcGIS functionality would be distracted by many unrelated tools, causing confusion in tool selection.

Naming Consistency2/5

Most tool names use snake_case, but there is no consistent verb_noun pattern. Some names are verbs (remember, forget), others are noun phrases (entity_profile, layer_info), and some include underscores inconsistently (generate_llms_txt vs. bet_research). The naming feels arbitrary.

Tool Count1/5

With 33 tools, the count is high, but the vast majority are from Pipeworx and unrelated to the server's stated purpose (Arcgis Roanoke). Only 3-4 tools actually relate to GIS. The tool count is extremely inappropriate for the server's focus.

Completeness1/5

For the implied domain of ArcGIS Roanoke, the tool surface is severely incomplete, lacking CRUD for map layers, spatial queries, or data management. Conversely, the Pipeworx subset is also incomplete on its own (e.g., missing many data sources). The overall surface fails to serve any single domain well.