Skip to main content
Glama

DABLOCK AI Visibility Index

List tracked brands and slugs

list_tracked_brands
Read-onlyIdempotent

The names and slugs of every brand in the DABLOCK index — a lookup table, nothing else. No scores, no ranks.

Use it for two things: to turn a brand name into the slug get_brand_visibility needs, and to answer whether a brand is tracked at all.

Do NOT use it when you want figures — get_visibility_index returns the same brands with their full measurements in a single call, so calling this one first is a wasted round trip. Absence here means the brand is not measured, not that it scores zero. Covers crypto/Web3 only; the sibling index at dabyte.ai covers the other niche.

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

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandsYes

TDQS

A4.8/5.0
Behavior5/5

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

Even though annotations already declare readOnlyHint, idempotentHint, and destructiveHint, the description adds substantial context: it returns only lookup data, absence means 'not measured' not zero, covers only crypto/Web3, updates weekly, and has no authentication or rate limits. This goes well beyond what annotations provide.

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 a bit long but every sentence contributes value: purpose, usage, contrast with sibling, caveats, data licensing. It is front-loaded with the core purpose and then expands into use cases and policies. Slightly more compact would be ideal, but it is well-organized and not redundant.

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 no parameters and an output schema present, the description covers all necessary operational context: what data is returned, how to use it, what it doesn't do, its coverage scope, update frequency, and data usage terms. It is fully complete 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 tool has zero parameters, so the baseline is 4. The description clarifies that the output consists of names and slugs only, which adds meaning beyond the title. Since there are no parameters, no further parameter-level detail is needed.

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 lists names and slugs of every brand in the DABLOCK index, explicitly framing it as a lookup table. It distinguishes itself from sibling tools by naming get_brand_visibility and get_visibility_index and explaining how it differs.

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 use cases: converting a brand name to a slug for get_brand_visibility, and checking if a brand is tracked. It also gives a clear 'Do NOT use' condition with a recommended alternative (get_visibility_index), making when-to-use and when-not-to-use unambiguous.

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 targets a distinct aspect: single-brand current status, full-index current status, historical series, methodology, and brand lookup. Descriptions explicitly cross-reference and warn against incorrect usage, leaving no ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, with 'get_' for data retrieval and 'list_' for the catalog. The pattern is predictable and uniform throughout.

Tool Count5/5

Five tools is well-scoped for a focused read-only data index. Each tool serves a necessary purpose with no redundancy or bloat, fitting comfortably within the ideal range.

Completeness5/5

The surface covers the full lifecycle of a data index service: brand lookup, current snapshots (individual and overall), historical trends, and methodology. There are no obvious gaps for the stated purpose.