Skip to main content
Glama

category_warmth

Read-onlyIdempotent

How much is already held for a category, and therefore whether asking about it is instant and free or slow and expensive. Check this BEFORE starting a report. With no category it lists what is held, so orient here instead of guessing slugs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
categoryNoThe category, for example "running shoes". Omit to list every held category.

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare read-only, idempotent, and non-destructive behavior. The description adds useful context beyond that: the cost profile of querying a category and the fact that omitting category lists all held categories, which is not visible from annotations alone.

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 compact and front-loaded: it states the core concept first, then the command-like usage guidance, then a practical orientation tip. Every sentence contributes, with no filler or repetition of the schema.

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?

For a simple one-parameter read-only tool, the description covers purpose, timing, and both invocation modes. The exact output shape is not described, but there is no output schema and the annotations already cover the safety profile, so nothing critical is missing.

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 input schema already describes the single optional category parameter with 100% coverage, including the omission behavior. The description reinforces that omission behavior but does not add meaningful new semantic detail, so the baseline score of 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 defines category warmth as how much is already held for a category and explains the practical consequence (instant and free vs. slow and expensive). It clearly frames the tool as a pre-report check, which makes its purpose distinct from siblings like search_evidence or get_receipt.

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 explicitly says to check before starting a report and explains the no-category usage mode as a way to orient rather than guess slugs. It does not name alternative sibling tools or give when-not-to-use exclusions, but the context is clear.

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.3/5.0
Disambiguation5/5

Each tool maps to a clearly distinct operation: checking category cache/warmth, comparing ad formats, resolving receipt IDs, and searching the evidence corpus. Even though search_evidence and get_receipt both return evidence, one is query-based and the other is a direct ID lookup, so there is no real ambiguity.

Naming Consistency4/5

Three tools follow a clean verb_noun pattern: compare_formats, get_receipt, search_evidence. category_warmth is the one outlier as a noun phrase, but it is still descriptive and fits the domain's 'warmth' concept, so the inconsistency is minor.

Tool Count5/5

Four tools is a compact but well-scoped set for an evidence-retrieval/corroboration server. Each tool earns its place: orient, search, compare, and verify. There is no redundant bulk or missing essential operation within the stated purpose.

Completeness5/5

The read-only evidence domain is covered end to end: category_warmth provides orientation, search_evidence returns corpus results with corroboration status, compare_formats delivers the comparison verdict, and get_receipt lets agents verify the underlying records. The workflow has no obvious dead ends.