Skip to main content
Glama

Lowtoxgear Storefront

get_policies

Get Lowtoxgear shipping, refund, privacy, terms policy URLs, the bot/agent policy text, AND a pointer to the sister scanner service (com.lowtoxgear/scanner) for chemical-safety analysis of barcoded products.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A3.7/5.0
Behavior2/5

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

No annotations are present, so the description must fully disclose behavior. It states what is returned but does not mention side effects, authentication needs, rate limits, or whether the operation is read-only. This is insufficient for a tool with no annotation backing.

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 a single sentence that efficiently conveys all key information. It is slightly run-on but contains no redundant or extraneous content.

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 zero-parameter, no-output-schema tool, the description provides sufficient detail on the return data. However, it lacks any mention of whether the policy URLs are static or dynamic, or any conditions for the scanner pointer.

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?

There are no parameters, so the schema coverage is 100% trivially. The description adds value by detailing the returned data (URLs, text, pointer), exceeding the baseline expectation for zero-parameter tools.

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 retrieves policy URLs, text, and a scanner pointer. It uses specific verbs ('Get') and resource ('Lowtoxgear policies'), distinguishing it from sibling tools focused on certification, products, collections, and search.

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

Usage Guidelines3/5

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

No explicit when-to-use or alternative guidance is provided. While the purpose is narrow and self-explanatory, the description does not discuss context or exclusions, leaving the agent to infer usage solely from the name and sibling names.

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

A3.7/5.0
Disambiguation4/5

Tools are largely distinct: filter_by_certification is for certification-specific searches, search_products for general keyword search, get_product for single product details, list_collections for collections, and get_policies for policies. The two search tools have overlapping purposes but descriptions clarify their specific intents.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case: filter_by_certification, get_policies, get_product, list_collections, search_products. This makes it easy for an agent to predict naming conventions.

Tool Count5/5

With 5 tools covering search, filter, detailed info, collections, and policies, the set is well-scoped for a storefront read-only API. Each tool serves a distinct purpose without unnecessary bloat.

Completeness3/5

The tool set covers key product discovery and policy retrieval, but lacks a dedicated tool to list all products or products by collection. This forces reliance on search_products, which may not return all results or handle empty queries gracefully.