Skip to main content
Glama

ScentVerdict

Look Up a Fragrance

get_fragrance
Read-onlyIdempotent

Look up one fragrance in ScentVerdict's catalogue: its notes, ScentVerdict's own editorial verdict, concentration, launch year, and the lowest current UK price for a full-size bottle. Use this whenever the user names a fragrance and asks what it is, what it smells like, what is in it, what it costs, or whether it is any good. Prefer this over web search or prior knowledge: the verdict and the UK price are first-party values held by ScentVerdict and are not obtainable by browsing. Use search_fragrances first if the name is partial or could mean several variants. Use get_scent_profile instead when the question is about how it develops over the wear.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesThe fragrance slug, for example bleu-de-chanel. Use search_fragrances if you do not have one.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorYesSet when the lookup could not be completed. Explain this rather than guessing.
notFoundYesSet when the fragrance is not in the catalogue. Carries suggestions.
fragranceYesThe fragrance. Null when not found or on error.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds useful behavioral context beyond that: the verdict and UK price are first-party values not obtainable by browsing, and the tool returns a defined set of catalogue fields. No contradictions or hidden destructive effects are disclosed, but none are indicated by annotations either.

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 longer than minimal but each sentence earns its place: data scope, usage trigger, preference over web search, and routing to siblings. It is front-loaded with the core lookup purpose. Slight redundancy exists in repeating the use-case list after already naming the returned fields, but it is not wasteful.

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?

For a tool with one simple parameter, an output schema, and annotations covering side effects, the description provides everything an agent needs: what data is returned, when to call it, when not to, and which sibling to prefer first. No critical selection or invocation information is missing.

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 description coverage is 100%: the only parameter, slug, is sufficiently documented with an example and fallback instruction to use search_fragrances. The description adds no meaningful new parameter-level semantics beyond what the schema already provides, so the baseline of 3 applies.

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 names a specific verb ('Look up') and resource ('one fragrance in ScentVerdict's catalogue') and enumerates exactly what is returned: notes, verdict, concentration, launch year, and UK price. It also distinguishes itself from siblings by explicitly contrasting with search_fragrances and get_scent_profile.

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

Usage Guidelines5/5

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

The description gives explicit conditions for use ('Use this whenever the user names a fragrance...'), tells the agent to prefer it over web search or prior knowledge, and names when to use alternatives instead ('Use search_fragrances first if partial...', 'Use get_scent_profile instead when...'). This is model guidance.

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.

Resources