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?

Annotations already indicate readOnly, openWorld, idempotent, non-destructive. The description adds behavioral context: probes LLMs, scores visibility, requires API key for Anthropic with cost implication, and details the return structure ({score, confidence, signals, raw_response}). No contradictions; full transparency.

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?

A single well-structured paragraph that front-loads the main action, then covers parameters and use cases. Every sentence adds value with no redundancy or filler. Appropriate length for the tool's complexity.

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 fully explains return values (per-model fields + combined view). It covers required and optional parameters, default behavior, prerequisites (_apiKey for Anthropic), and use cases. Complete for an agent to invoke correctly.

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 cover all 4 parameters with descriptions (100% coverage), so baseline is 3. The description adds value by explaining default model behavior, how _apiKey is used (passed directly to Anthropic), and how context disambiguates. This goes beyond the schema's individual field 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 states a specific verb ('Probe') and resource ('LLMs'), defines the output ('score visibility 0-100 per model'), and lists use cases ('AI-marketing audits, pre-launch brand checks, competitive monitoring'). It clearly distinguishes from siblings by focusing on LLM visibility scoring for any entity, unlike sibling tools like 'resolve_entity' or 'deep_research'.

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 for when to use the tool (e.g., brand checks, competitive monitoring) and explains parameter choices (default model, optional Anthropic). However, it does not explicitly state when not to use it or compare it to alternative sibling tools, leaving some ambiguity for the agent.

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

Every tool has a clearly distinct purpose, with detailed descriptions that differentiate between similar-sounding tools like ask_pipeworx, ask_pipeworx_grounded, and deep_research. The Polymarket-related tools each focus on a specific aspect (arbitrage, edges, tracking, fill risk, cross-venue spread), and memory/subscription tools are neatly separated.

Naming Consistency4/5

Most tool names follow a verb_noun or noun_verb pattern with underscores (e.g., ask_pipeworx, validate_claim, resolve_entity). However, there is some inconsistency: single-word names like 'forget' and 'random' mix with multi-word names, and a few names use different structures (e.g., bet_research as noun_noun, random_by_category as adjective_preposition).

Tool Count3/5

32 tools is on the high side for a single server, covering a broad range of functionalities from data queries to betting and memory. While the number might be justified by the platform's scope, it feels heavy, and the server name 'Foodish' suggests a narrower food-focused purpose, creating a mismatch.

Completeness4/5

As a general data platform, the tool set is comprehensive, covering queries, research, entity resolution, memory, subscriptions, and various analytical tools. Minor gaps exist (e.g., no direct editing or upload capabilities), but the core workflows are well-supported. However, the server name 'Foodish' implies food-related tools, which are minimal, so completeness relative to the name is poor.