Skip to main content
Glama

Look up one brand

get_brand_visibility
Read-onlyIdempotent

One brand's standing in the current DABLOCK 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 crypto/Web3 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 dablock.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?

The description goes well beyond the annotations (readOnlyHint, idempotentHint, etc.) by disclosing error behavior ('the error names every valid slug'), semantic distinction ('absent from the index... different from a measured zero'), scope ('Only crypto/Web3 brands are tracked'), refresh cadence ('Re-measured weekly'), and licensing/citation requirements. This adds substantive contextual value.

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?

Despite being a single dense paragraph, every sentence earns its place: purpose, usage, error handling, distinctions, scope, refresh, and licensing. It is front-loaded with the core definition, and no redundant or filler content exists.

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?

For a tool with one parameter and an output schema, the description provides complete context: what data is returned, how to interpret missing data, how to obtain valid inputs, when to use alternatives, and usage constraints (free, no key, attribution). This covers all necessary aspects for an agent to select and invoke the 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 schema already provides 100% parameter description for 'slug' including format and examples. The description reinforces this ('Takes a slug, not a display name') and adds a practical sourcing strategy (call list_tracked_brands or read from get_visibility_index), which enhances usability beyond the 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?

The description opens with a specific verb and resource: 'One brand's standing in the current DABLOCK release' and enumerates concrete metrics (share of answer per engine, rank, quadrant, prompt mentions). It clearly distinguishes itself from siblings by stating 'Use this when a specific brand is named' and later directing to alternatives for other intents.

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?

Explicit when-to-use guidance: 'Use this when a specific brand is named.' It also provides when-not-to-use with named alternatives: 'For the field as a whole use get_visibility_index; for this brand over time, get_history.' Additionally, it instructs on prerequisites: 'call list_tracked_brands first if you are unsure, or read the slug from get_visibility_index.'

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 distinct purpose: one for a single brand's current standing, one for time series, one for methodology, one for the full index, and one for brand/slug lookup. The descriptions explicitly cross-reference when to use each, eliminating ambiguity.

Naming Consistency5/5

All tools follow a consistent lowercase snake_case verb_noun pattern, with four 'get_*' and one 'list_*' tool. The naming is uniform and predictable, making it easy to infer what each tool does.

Tool Count5/5

Five tools is an ideal size for this narrow, read-only domain—not too sparse, not bloated. Each tool covers a necessary aspect of accessing the DABLOCK dataset, and there is no redundancy.

Completeness5/5

The tool set provides complete coverage for the domain: retrieving the full snapshot, individual brand data, historical trends, methodology/rules, and a lookup table for slugs. No obvious missing operations exist for querying this dataset.

Resources