Skip to main content
Glama

How the index is measured

get_methodology
Read-onlyIdempotent

The rules behind every figure this server returns: the exact prompt panel and its version, which engines were measured, how share of answer is scored and rounded, the resolution of the scale in percentage points, and the editorial firewall and ownership disclosure.

Call this before quoting a number as evidence, before comparing two releases, or whenever a user asks how the measurement was made or who publishes it. It is the only tool that tells you how much of a difference is meaningful, which is what stops a one-step wobble being reported as a movement.

It returns rules, not figures — no brand appears in the response. For figures use get_visibility_index or get_brand_visibility; for the series, get_history. The panel is public and frozen between releases, so every published number can be recomputed by a third party from the archive at https://dablock.ai/archive/.

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
enginesNoEngines measured in this release.
licenseNo
scoringNoHow share of answer is computed.
publisherNo
resolutionNoPercentage points one mention on one engine is worth.
measured_atNoDate of this release, ISO 8601.
niche_titleNo
prompt_panelNoThe exact prompts, verbatim.
panel_versionNoPrompt panel version. Figures from different versions are not comparable.

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 significant behavioral context: the tool is re-measured weekly (content stable between releases), requires no key/account, has no rate limit, and returns rules rather than figures. These details go beyond the structured annotations and help the agent understand side effects, availability, and update semantics.

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 the high-calibration example but is well-structured and front-loaded. Each sentence serves a purpose: purpose, when-to-use, alternatives, return type, stability, licensing, and citation requirement. Some minor redundancy (e.g., 'Re-measured weekly' and 'same call returns same figures') but overall economical.

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 the tool has no parameters and a rich output schema, the description fully compensates by explaining what the response contains (rules, no brand), the underlying data source (public archive), update frequency (weekly), and usage constraints (CC BY 4.0, no rate limit). This is complete for an agent to decide when and how to invoke it.

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 empty schema is fully covered. Per the rubric, a baseline of 4 is appropriate. The description does not need to explain parameter semantics, but it does clarify the output semantics (rules vs figures), which is valuable.

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: it returns the methodology/rules behind every figure. It explicitly says 'It returns rules, not figures' and distinguishes itself as 'the only tool that tells you how much of a difference is meaningful,' setting it apart from sibling tools that return actual visibility figures.

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: 'Call this before quoting a number as evidence, before comparing two releases, or whenever a user asks how the measurement was made or who publishes it.' It also specifies alternatives: 'For figures use get_visibility_index or get_brand_visibility; for the series, get_history.' This is model examples of 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 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