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 provide safety hints (readOnly, idempotent). Description adds valuable behavioral details: return format includes per-model {score, confidence, signals, raw_response} and combined view, and that Anthropic calls pass through to api.anthropic.com with direct billing. No contradiction.

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, front-loaded with core purpose, then details, then use cases. No wasted words.

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?

No output schema, but description covers return structure well. All parameters explained. Context signals (100% coverage, 1 required param) support completeness. No gaps for agent to select and invoke.

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 covers all 4 parameters with descriptions. Description adds nuance: default model is free, _apiKey is optional for Anthropic, context helps disambiguate. Adds meaning beyond 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?

Description uses specific verb 'probe' and resource 'LLMs', states output 'visibility (0-100) per model', and distinguishes from sibling tools like 'ask_pipeworx' by targeting any entity and focusing on visibility scoring, not question-answering.

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?

Clearly states default model and when to pass _apiKey for Anthropic, gives use cases (AI-marketing audits, pre-launch checks). Lacks explicit when-not-to-use or alternative tools, but context is sufficient.

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

Several tools are near-duplicates or heavily overlapping: ask_pipeworx_beta explicitly matches ask_pipeworx exactly, and ask_pipeworx_grounded, deep_research, and validate_claim all cover grounded-answer territory. The prediction-market cluster (polymarket_edges, polymarket_arbitrage, polymarket_fill_risk, polymarket_edge_tracker, polymarket_kalshi_spread, bet_research) also has fuzzy boundaries that would require careful reading to differentiate.

Naming Consistency2/5

Naming mixes several conventions: verb_noun (query_dataset, resolve_entity, validate_claim), noun phrases (entity_profile, disaster_declarations, deep_research), and branded prefixes (pipeworx_trending, pipeworx_feedback, polymarket_edges, polymarket_arbitrage). Some tools use scan_, some ask_, some list_, with no single predictable pattern across the set.

Tool Count2/5

At 34 tools, the set exceeds the 25+ 'too many' threshold and carries a lot of surface area. The server is named Openfema, yet only about three tools actually relate to FEMA data, making the count feel inflated relative to the stated name and purpose.

Completeness4/5

For its actual broad domain—a general structured-data research gateway—the surface is quite comprehensive: discovery, single lookups, grounded verification, deep multi-source research, entity resolution, comparisons, change feeds, memory, subscriptions, and prediction-market analysis are all covered. Minor gaps exist (e.g., no direct OpenFEMA dataset metadata beyond list_datasets, and some tools require accounts/paywalls), but agents can generally accomplish the intended workflows.