Skip to main content
Glama

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

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, but the description adds substantial behavior: data is re-measured weekly so results stay identical until the next release; figures are only comparable within a panel version; noise floor in small moves; and licensing/access details (CC BY 4.0, no key, no rate limit). These go beyond the annotations and are essential for correct interpretation.

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 about 150 words and packs in purpose, usage, caveats, and licensing. It is front-loaded with the core definition, then layers context and limitations. While dense, every sentence adds value; the length is justified given the complexity of interpretation.

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?

The description fully equips an agent to decide when to use this tool, how to interpret results, and what not to over-read. With an output schema present, it need not describe the return shape. The coverage of limitations, licensing, and sibling tools makes it contextually complete.

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 input schema provides no requirements. The description implicitly confirms no parameters are needed by describing the tool as returning the full series. Per the rubric, 0 params gives a baseline of 4; there is no additional parameter detail to add.

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 clear statement of what the tool returns: '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.' This specifies the resource (full measurement time series) and the content. It also distinguishes from siblings by naming alternatives for current-release data and methodology.

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 guidance is given: 'Use this for any question about change — is a brand rising, when did it enter the index, how volatile is the category.' It also provides exclusions and alternatives: 'For the current release alone use get_visibility_index' and 'Call get_methodology for the exact step size.' The description further warns when not to treat a change as meaningful, giving clear usage boundaries.

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