Skip to main content
Glama

DABYTE AI Visibility Index

Full measurement time series

get_history
Read-onlyIdempotent

Every DABYTE release ever published, as a series per brand: share of answer at each weekly measurement with the date and panel version it was taken under.

Use this for any question about change — is a brand rising, when did it enter the index, how volatile is the category.

Two limits decide whether an answer is honest. Figures are comparable only WITHIN a panel version: the panel is frozen between releases and a version change alters the denominator, so a difference across that boundary is not a trend. And small moves sit inside language-model noise: since panel v3 (2026-08-10) each prompt runs three times per engine per release and the figure is the share of runs; earlier releases ran each prompt once, so one mention on one engine was a whole scale step there. Either way a one-step movement should not be reported as a gain or a loss. Call get_methodology for the exact step size. For the current release alone use get_visibility_index.

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

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
seriesNoPer brand slug, the share of answer at each release.
measurementsNo

TDQS

A4.9/5.0
Behavior5/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds crucial behavioral context beyond annotations: the panel version freeze and denominator change, the three-run measurement per engine since panel v3, the weekly refresh cycle, and the lack of auth/rate limits. It also clarifies data licensing and attribution requirements.

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 dense but every sentence earns its place: it leads with the core definition, then usage guidance, then critical interpretative caveats, then update frequency and licensing. No redundant or filler content; it is efficiently structured with distinct logical segments.

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 zero parameters, rich annotations, and an output schema, the description covers everything needed: what data is returned, how to interpret it (panel version boundaries, noise thresholds), how often it updates, and access requirements. It even tells users not to report step movements as gains/losses, which is essential operational guidance.

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 schema coverage is trivially 100%. The description adds no parameter semantics (there are none to add) but provides valuable context about the output's scope and interpretation, which is the only meaningful semantic content for this no-input tool. Baseline for zero parameters is 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 clearly states what the tool does: it returns every DABYTE release ever published, as a series per brand, with share of answer, date, and panel version. It explicitly contrasts with sibling tools: 'For the current release alone use get_visibility_index' and 'Call get_methodology for the exact step size,' distinguishing it from alternatives.

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 for any question about change — is a brand rising, when did it enter the index, how volatile is the category') and provides clear exclusions: comparability is invalid across panel versions, and small moves within noise should not be reported. It also names alternative tools for specific use cases (get_methodology, 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 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.