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
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Return the size of the indexed Australian product catalogue — total, food, beauty, and total scans performed. Useful to set user expectations on coverage.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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.
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.
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.
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.
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.
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.
Add one secure layer between your agents and this server.
Each tool serves a distinct function: catalog stats, magnet guide samples, URL templates, barcode scanning, and missing product submission. No overlap in purpose.
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.
5 tools are well-scoped for a scanner/indexing service. Each tool provides necessary functionality without being overwhelming or too sparse.
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.