Skip to main content
Glama

Find Similar Cigars

similar_cigars
Read-only

Cigar lines similar to a given line — for 'if you like X, try Y'.

Uses Cigar Scanner's similarity data plus profile matching (same strength + origin, comparable rating) as fallback.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
limitNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, so the safety profile is covered. The description adds behavioral context by explaining the fallback logic ('profile matching (same strength + origin, comparable rating)'), which clarifies how results are generated. This goes beyond the annotation without contradicting it.

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 tightly written in two sentences. The main purpose is front-loaded, and the addition of algorithm details is relevant without excess. Every sentence contributes value.

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 two-parameter read-only tool with an output schema present, the description adequately covers the purpose and method. It does not explain return format, but that is handled by the output schema. A slight gap is that it doesn't mention any constraints (e.g., what happens if no similar lines are found), but overall it is sufficient.

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?

Schema coverage is 0%, so the description must clarify parameters. It does clarify that 'name' refers to the 'given line' (by saying 'a given line'), but it does not mention the 'limit' parameter or its meaning (though it has a default of 8, its purpose is not explained). This is partial compensation, hence a 3.

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 the tool finds 'Cigar lines similar to a given line', which is a specific resource (cigar lines) and action (find similar). It is clearly distinct from siblings like search_cigars (generic search) and get_cigar_line (specific line retrieval), and the title reinforces this.

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 gives an explicit use case: 'for "if you like X, try Y"'. This tells the agent when to trigger it. However, it does not mention when not to use it or explicitly point to alternatives, so it stops short of a 5.

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