Skip to main content
Glama

DABYTE AI Visibility Index

Look up one brand

get_brand_visibility
Read-onlyIdempotent

One brand's standing in the current DABYTE release: share of answer per engine, rank, quadrant, how many panel prompts name it, and which ones.

Use this when a specific brand is named. Takes a slug, not a display name — call list_tracked_brands first if you are unsure, or read the slug from get_visibility_index.

An unknown slug is not a failure to hide: the error names every valid slug, so a second attempt can succeed. A brand absent from the index has not been measured at all, which is different from a measured zero. Only SaaS & AI tools brands are tracked. For the field as a whole use get_visibility_index; for this brand over time, get_history.

Re-measured weekly, so the same call returns the same figures until the next release. Data is CC BY 4.0 and free: no key, no account, no rate limit — cite the release date and dabyte.ai when quoting a number.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesBrand slug, lowercase with hyphens — 'slack', 'coinbase', 'monday-com'. Not the display name.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
rankYesPosition in this release, 1 = most named.
slugYesIdentifier used by get_brand_visibility.
brandYesBrand name as published.
enginesNoEngines measured in this release.
promptsNoPanel prompts in which the brand is named.
quadrantNoPosition on visibility against commercial intent.
is_clientNoWhether the brand is a client of the publisher. Placement cannot be bought; this flag makes that checkable.
per_engineNoShare of answer per engine, same scale.
measured_atYesDate of this release, ISO 8601.
niche_titleNo
panel_versionNoPrompt panel version. Figures from different versions are not comparable.
visibility_scoreYesShare of answer, percent of panel prompts naming the brand.
commercial_intentNoHow commercially loaded the brand's category demand is.

TDQS

A4.9/5.0
Behavior5/5

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

Beyond annotations (readOnly, idempotent, non-destructive), the description adds valuable behavioral context: weekly re-measurement ('same call returns the same figures until the next release'), error behavior for unknown slugs (lists all valid slugs), the distinction between absent and measured-zero, and licensing/auth details (CC BY 4.0, no key, no rate limit). This greatly exceeds what annotations alone provide.

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?

The description is front-loaded with purpose, then systematically covers usage, error semantics, refresh cadence, and licensing. Every sentence adds information; there is no fluff or repetition. It is long but dense and well-organized.

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?

Given the tool's moderate complexity, the description covers all needed context: when to use, how to get the slug, error handling, data freshness, absence semantics, licensing, and alternative tools. It is comprehensive for a single-parameter lookup tool with good annotations and an output schema.

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?

The schema already covers the slug parameter well (pattern, format examples, 'Not the display name'). The description reinforces this and adds practical guidance: 'call list_tracked_brands first if you are unsure' and 'read the slug from get_visibility_index.' Since schema coverage is 100%, the baseline is 3, and the extra usage context earns a 4.

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 precise statement of what the tool returns: 'share of answer per engine, rank, quadrant, how many panel prompts name it, and which ones.' It names the specific resource (one brand's standing in the current DABYTE release) and immediately differentiates from siblings by directing to get_visibility_index for the whole field and get_history for temporal trends.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool: 'Use this when a specific brand is named.' It also gives concrete alternatives: 'For the field as a whole use get_visibility_index; for this brand over time, get_history.' It even advises calling list_tracked_brands first if uncertain about the slug, showing clear decision guidance.

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

A4.9/5.0
Disambiguation5/5

Each tool has a unique, well-defined purpose: single-brand current data, full index current data, historical series, methodology rules, and brand lookup. No two tools overlap in what they return, and the descriptions explicitly cross-reference when to use each one.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: get_ for data/methodology retrieval and list_ for the lookup table. The one list_ verb is appropriately distinct and still fits the convention.

Tool Count5/5

Five tools is well-scoped for a specialized visibility index. Each tool covers a necessary access pattern (one brand, all brands, history, methodology, brand list) without redundancy or bloat.

Completeness5/5

The surface fully covers the domain: current individual and aggregate views, historical series, measurement rules, and brand membership. No obvious gaps are present for the stated niche of the DABYTE index.