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

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

Annotations already declare the operation read-only, open-world, idempotent, and non-destructive. The description adds cost-related behavior (free default vs. BYO Anthropic key with direct payment to Anthropic) and result structure (per-model score/confidence/signals/raw_response + combined view). It doesn't mention failure modes or rate limits, but the added context goes beyond 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 sentences, each with a distinct job: what it does, model options/cost, and return format/use cases. No filler or repetition. Front-loaded with the core purpose.

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 tool has 4 parameters (1 required), no output schema, and good annotations. The description explains return values, use cases, model defaults, and cost. It doesn't detail scoring methodology or pagination, but for this simple read-only probe, the description is largely complete. It could briefly mention that signals are contextual, but overall it's sufficient.

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 cover all 4 parameters (100%), so the baseline is 3. The description adds extra meaning for `models` by specifying the exact default model (Workers AI Llama-3.3-70b) and for `_apiKey` by clarifying the payment relationship. It doesn't add to `entity` or `context`, but the additional default/cost detail pushes it above baseline.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses a specific verb ('probe') and resource ('one or more LLMs') with a clear outcome ('score visibility (0-100) per model'). It also mentions return format and use cases, making the tool's function unmistakable. However, it does not explicitly contrast with sibling tools like 'scan_competitor_ai_presence' or 'ask_pipeworx,' so it stops short of full sibling differentiation.

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 context: 'Useful for AI-marketing audits, pre-launch brand checks, competitive monitoring.' It also explains when to pass `_apiKey` (to probe Anthropic) and that workers-ai is the free default. It does not mention when to avoid this tool or name alternative tools, so it's clear but lacks exclusions.

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

Tools are generally distinguishable by name and description, but there are several similar query/verification tools (ask_pipeworx, ask_pipeworx_grounded, deep_research, validate_claim) and multiple meta-tools (discover_tools, suggest_questions), causing some ambiguity for agents.

Naming Consistency2/5

Naming conventions are inconsistent: some tools use verb_noun (search_projects, validate_claim), others are noun_preposition_noun (projects_by_country), single verbs (remember, forget), or compound phrases (generate_llms_txt). No clear pattern.

Tool Count1/5

33 tools is excessive for a server named 'Worldbank Projects', as only 3-4 tools directly relate to Worldbank data. The rest are generic Pipeworx utilities and unrelated domains, making the tool count inappropriate for the server's stated purpose.

Completeness1/5

For the domain of Worldbank Projects, only basic lookup and search tools are provided (search_projects, get_project, projects_by_country). Missing essential CRUD operations, filtering by sector/theme, or project lifecycle management. The server's tool surface is severely incomplete for its intended focus.