Skip to main content
Glama
bguillow-rgb

Perfume Picks MCP Server

Get fragrance details

get_fragrance
Read-onlyIdempotent

Retrieve a fragrance's full note pyramid, accords, concentration, longevity, sillage, compliment scores, and MSRP from a slug or name.

Instructions

Detailed record for one fragrance: full note pyramid (top/heart/base), accords, concentration, community longevity/sillage/compliment scores, and MSRP. Accepts a Perfume Picks slug or a name like 'Bleu de Chanel'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slug_or_nameYesFragrance slug or name
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

The annotations already communicate read-only, idempotent, non-destructive behavior. The description goes further by specifying the exact return contents, which compensates for the missing output schema, and it also discloses that names, not only slugs, are acceptable inputs — a behavior an agent could not infer from the schema alone.

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?

Two tight, information-dense sentences front-load the output content before the input format. Every word contributes to operational success; there is no filler, repetition with the schema, or irrelevant formal language.

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 one-parameter read operation with no output schema, the description provides everything needed to call it correctly: what input to supply, what format it accepts, and exactly what fields the returned record will contain. The tool's simple scope means no additional setup, prerequisite, or postcondition disclosure is necessary.

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?

The schema already names the parameter 'slug_or_name' and describes it, so baseline is 3. The description adds meaningful value by specifying a 'Perfume Picks slug' and giving the concrete example 'Bleu de Chanel', which clarifies formatting, exact-match expectations, and the acceptable vocabulary for the identifier.

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 resource ('detailed record for one fragrance') and enumerates its distinct content (note pyramid, accords, concentration, community scores, MSRP). It clearly differentiates from sibling tools like search_fragrances by emphasizing lookup-by-slug-or-name of a single item rather than discovery or comparison.

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 clear context for when to use the tool: when you have a specific fragrance slug or name and need the full detailed record. It does not explicitly say when not to use it or name alternatives, but the 'one fragrance' framing combined with the accepted inputs implies it is for bounded lookup operations rather than broader exploration.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bguillow-rgb/perfume-picks-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server