Skip to main content
Glama

Search Cigars

search_cigars
Read-only

Search premium cigar lines in the Neptune Cigars / Cigar Scanner catalog.

All filters optional. strength: Mild | Mild-Medium | Medium | Medium-Full | Full. origin examples: Nicaragua, Dominican Republic, Honduras, USA. wrapper examples: Connecticut, Maduro, Habano, Corojo, Nicaraguan. max_box_price filters on the line's cheapest box. min_rating is 1-5 stars (community ratings from Cigar Scanner). Returns up to limit (max 25) lines sorted by rating quality.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryNo
originNo
wrapperNo
strengthNo
min_ratingNo
max_box_priceNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A4.1/5.0
Behavior4/5

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

readOnlyHint=true in annotations aligns with the search operation. The description adds useful behavior beyond the annotation: the return is capped at `limit` (max 25 lines), results are 'sorted by rating quality', max_box_price filters on the line's cheapest box, and min_rating reflects community ratings. This enriches the agent's expectations without contradicting the read-only hint.

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 front-loaded with the core purpose and uses one line per filter, which is scannable. The value lists (strength, origin, wrapper) are compact and each sentence earns its place, though the free-form filter list could be more structured at a glance.

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 7-parameter search tool with 0% schema coverage, the description covers most filter semantics plus the limit cap and sort order. The output schema exists so return values need not be spelled out. The undocumented `query` parameter remains the main completeness gap.

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?

Schema description coverage is 0%, so the description carries the full burden and largely compensates: it enumerates allowed strength values, gives examples for origin and wrapper, explains max_box_price (cheapest box) and min_rating (1-5 community stars). However, the `query` parameter is never explained, which is a notable gap for a free-text search field.

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 states a specific verb+resource ('Search premium cigar lines in the Neptune Cigars / Cigar Scanner catalog'), which is distinguishable from siblings like search_products (products broadly vs. cigar lines) and get_cigar_line (single-line retrieval vs. multi-line search). The scope is explicit and unambiguous.

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?

The description clearly states that all filters are optional and explains the semantics of each filter, but it never tells an agent when to choose this tool over its siblings, such as search_products, get_cigar_line, or similar_cigars. No exclusions or alternative-routing guidance is provided.

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

The two search tools are clearly separated by description—search_cigars finds cigar lines while search_products finds buyable SKUs—so the main overlap is manageable. get_cigar_line and similar_cigars are also distinct (details vs recommendations). The slight ambiguity between the two search tools prevents a perfect score.

Naming Consistency4/5

Most names follow a clean verb_noun snake_case pattern: check_shipping, get_cigar_line, search_cigars, search_products. similar_cigars breaks the pattern by omitting a verb, making it slightly less consistent than the rest.

Tool Count5/5

Five tools is well-scoped for this domain: shipping lookup, line search, line details, product search, and similar-cigar discovery. Each tool serves a clear purpose without redundancy or bloat.

Completeness4/5

Core workflows are covered: discover lines, inspect details, find similar options, locate buyable products, and verify shipping legality. A minor gap is the lack of a direct product-detail-by-SKU endpoint or brand-based filtering, but agents can work around these without major failure.

Resources