Skip to main content
Glama

Get claims with provenance for a brand

get_verified_claims
Read-onlyIdempotent

Structured claims for one brand: provenance URLs, freshness timestamps, corroboration counts, and verification status (verified means the brand pays for auditing — always disclosed). Where captured, includes the specifications block (ingredient/spec disclosure with per-fact provenance) and its info_quality score — a 0–100 measure of disclosure completeness that never influences ranking. Graviti does not assess efficacy or clinical outcomes (not_assessed fence in every block). Claims with confirmation_status 'awaiting_brand_confirmation' are pending the brand's response to a re-verification ask — treat them as unconfirmed, not as violations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandYesBrand id or name, e.g. 'bioptimizers'

TDQS

A4.3/5.0
Behavior5/5

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

Annotations already mark the tool as readOnly, idempotent, and non-destructive. The description goes well beyond this by explaining that 'verified' means the brand pays for auditing, that info_quality never influences ranking, that Graviti does not assess efficacy, and that awaiting_brand_confirmation claims should be treated as unconfirmed rather than violations. These are non-obvious behavioral details an agent cannot infer from annotations or schema.

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?

All four sentences add substantive context and the main purpose is front-loaded. The description is dense but not padded; minor tightening of the nested parentheticals could improve readability, but every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description carries the burden of explaining return content, and it covers the main fields, block semantics, and status caveats. It stops short of specifying the exact container structure or behavior for unknown brands, but for a single-parameter read tool this is sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter, brand, is already fully documented in the schema with a type, description, and example. The description refers to 'one brand' and claims for a brand but does not add new syntax or constraints, so with 100% schema coverage the baseline 3 is appropriate.

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 'Structured claims for one brand' and enumerates the distinctive content: provenance URLs, freshness timestamps, corroboration counts, and verification status. This clearly identifies a read-only retrieval tool for per-brand claims and differentiates it from siblings such as get_gap_report or get_ledger by scope and content.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It specifies that the tool operates on a single brand and gives important interpretive context about verification status and the info_quality score. It does not explicitly name sibling alternatives or state when not to use it, but the usage context is clear enough to select this tool appropriately.

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.2/5.0
Disambiguation4/5

Each tool targets a distinct resource: category comparisons, verified claims, gap analysis, intent matching, conversion logging, accountability events, and the index ledger. The only mild ambiguity is between category_landscape and match_intent, or between get_accountability_log and get_ledger, but the descriptions draw clear boundaries.

Naming Consistency4/5

Most read operations follow a clean get_ pattern, and the action tools use verb_noun naming. category_landscape deviates as a bare noun phrase, which is the main inconsistency, but overall the names remain readable and predictable.

Tool Count5/5

Seven tools is well-scoped for this domain: consumers can discover brands, inspect evidence, evaluate gaps, audit integrity, and record conversions without redundant operations or missing categories.

Completeness4/5

The set covers the core workflows: discovery, verification lookup, gap analysis, audit/log integrity, and conversion attribution. There are minor gaps—no direct tool to create or update claims—but agents can accomplish the intended consumer-facing tasks without dead ends.