Skip to main content
Glama
bguillow-rgb

Perfume Picks MCP Server

Get personalized recommendations

get_recommendations
Read-onlyIdempotent

Find personalized fragrance recommendations using your preferred notes, budget, occasion, and gender. Get curated perfume picks that align with your scent profile.

Instructions

Personalized fragrance picks from note/accord preferences (e.g. 'vanilla', 'oud', 'citrus'), a budget in USD, an occasion ('office', 'date night', 'gift', 'signature scent'), and gender presentation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (default 5)
budgetNoMax MSRP in USD
genderNoMarketed gender category of the fragrance; omit to include all
occasionNoWhat the fragrance is for
preferencesYesNotes or accords the wearer enjoys, e.g. ['vanilla','amber','rose']
Install Server

TDQS

A4.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds the input scope of recommendation but does not describe response shape, ranking behavior, or side effects, and there is no output schema to fill that gap.

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 a single sentence, front-loaded with the main behavior, and packs parameter semantics through compact examples. Each phrase adds meaning without raw repetition of the schema.

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 read-only, idempotent recommendation tool with a small required parameter set, this description is mostly complete: it explains the recommendation basis and optional dimensions. Without an output schema, a brief note on the returned list structure would be helpful, but 'fragrance picks' already implies the general shape.

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?

Since schema description coverage is 100%, the schema already owns formal parameter documentation. The description adds useful gloss by giving concrete values for preferences, budget units, and occasion examples, which helps an agent form realistic call payloads.

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 task: returning personalized fragrance picks based on taste preferences, budget, occasion, and gender category. It distinguishes this from the sibling search, dupe, similar, and trending tools by centering on recommendation-style filtering by personal context.

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 a clear use case and names the relevant inputs: notes, budget, occasion, and gender. It does not explicitly tell an agent when not to use this tool or name sibling alternatives, but the personalization angle makes the intended context reasonably obvious.

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