Skip to main content
Glama

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

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

Beyond annotations, the description discloses important behaviors: re-measured weekly, same call returns same figures until next release; unknown slug error names every valid slug; absence from index vs measured zero; and data licensing/citation requirements. This goes well beyond readOnlyHint and idempotentHint.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is longer than average but every sentence adds distinct value: purpose, alternatives, error handling, data meaning, scope, refresh cadence, and licensing. It is front-loaded with the core purpose, and the structure makes it easy to parse, though slightly dense.

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?

With an output schema present, the description doesn't need to detail return fields, but it still mentions them. It covers error recovery, absence vs zero distinction, measurement frequency, alternative tools, and licensing requirements. No meaningful gaps remain for an agent to use this tool 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?

The input schema already fully documents the slug parameter with pattern and example. The description adds practical value by clarifying 'Takes a slug, not a display name' and directing users to call list_tracked_brands or read from get_visibility_index if unsure, which helps correct usage.

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 clearly states the tool's function: 'One brand's standing in the current DABYTE release' with specific fields like share of answer, rank, quadrant, and panel prompts. It explicitly differentiates from siblings by directing users to get_visibility_index for the whole field and get_history for trends over time.

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 provides explicit when-to-use guidance: 'Use this when a specific brand is named.' It also names alternatives and preconditions: 'call list_tracked_brands first if you are unsure' and 'For the field as a whole use get_visibility_index; for this brand over time, get_history.' This is model usage 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 clearly distinct purpose: single-brand lookup, whole-index snapshot, historical series, methodology, and brand list. Descriptions explicitly cross-reference when to use each, leaving no ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern (get_ for retrievals, list_ for enumeration), with clear object nouns. No mixed conventions or vague verbs.

Tool Count5/5

Five tools is well within the ideal range and each one earns its place in the domain. The set is neither bloated nor sparse.

Completeness5/5

The server covers the full workflow: discover tracked brands, retrieve current single-brand or index figures, access historical series, and understand methodology. No obvious dead ends or missing operations for the stated purpose.

Resources