Skip to main content
Glama

Lowtoxgear Scanner

get_catalog_stats

Return the size of the indexed Australian product catalogue — total, food, beauty, and total scans performed. Useful to set user expectations on coverage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.3/5.0
Behavior3/5

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

No annotations are provided, so the description carries the burden. It describes the output but does not explicitly state read-only nature, authentication needs, or performance characteristics. For a simple stat tool, this is adequate but not rich.

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?

Two sentences front-load the main action with no wasted words, achieving high efficiency.

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, no output schema, and no annotations, the description is sufficient: it explains the tool's purpose and the specific data it returns for the Australian catalogue.

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?

With zero parameters and 100% schema description coverage, the baseline is 3. The description adds value by naming the specific metrics returned, exceeding what the empty schema provides.

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 returns the size of the indexed Australian product catalogue, specifying four metrics (total, food, beauty, scans). This distinguishes it from sibling tools like scan_barcode or submit_missing_product.

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?

The description provides clear context on when to use ('useful to set user expectations on coverage'), but does not explicitly exclude use cases or compare to alternatives.

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 serves a distinct function: catalog stats, magnet guide samples, URL templates, barcode scanning, and missing product submission. No overlap in purpose.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with snake_case: get_catalog_stats, get_magnet_samples, get_resources, scan_barcode, submit_missing_product.

Tool Count5/5

5 tools are well-scoped for a scanner/indexing service. Each tool provides necessary functionality without being overwhelming or too sparse.

Completeness4/5

Covers core operations: scanning, submitting missing products, retrieving catalog info, and resources. Minor gap: no tool to update product data or manage conditions, but these are handled via parameters or external links.