Skip to main content
Glama

ScentVerdict

Scent Profile and Drydown

get_scent_profile
Read-onlyIdempotent

Get how a fragrance develops over the wear: opening, heart and base phases, the notes in each, and how many hours each note persists on skin. Use this when the user asks how something evolves, how long it lasts, how it changes through the day, or what the drydown is like. The per-note hours are values held by ScentVerdict against each note rather than a general impression of the fragrance, and they are estimates. Use get_fragrance instead for the verdict, price and general description.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesThe fragrance slug. Use search_fragrances if you do not have one.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesCanonical page URL, carrying the scent wheel and drydown timeline.
nameYesFragrance name.
slugYesStable identifier.
errorYesSet when the profile could not be read.
phasesYesNotes grouped by phase: top, heart, base.
notFoundYesSet when the fragrance is not in the catalogue.
longestLastingNoteHoursYesHours the longest-lasting note persists. Null when unknown.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.5/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 valuable context beyond that: the per-note hours are data held by ScentVerdict rather than a general impression, and they are estimates. This caveat helps the agent set expectations about data provenance and reliability.

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?

Three sentences, each earning its place: the first defines the tool's behavior, the second gives usage triggers, and the third both qualifies the data and redirects to an alternative. There is no fluff or redundancy, and the most important information is front-loaded.

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?

Given a single parameter, a clear output schema, and comprehensive annotations, the description covers all needed behavioral caveats (estimates, data source) and usage routing. The agent can invoke the tool correctly without further clarification. Nothing essential 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%, and the only parameter, slug, is already documented with 'Use search_fragrances if you do not have one.' The description does not add parameter detail beyond the schema, so the baseline of 3 applies. There is no gap for the description to compensate for.

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 and resource: 'Get how a fragrance develops over the wear: opening, heart and base phases, the notes in each, and how many hours each note persists on skin.' It clearly differentiates from get_fragrance by naming what that sibling covers instead. This leaves no ambiguity about the tool's scope.

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?

Explicit when-to-use guidance is given: 'Use this when the user asks how something evolves, how long it lasts, how it changes through the day, or what the drydown is like.' It also provides an explicit alternative: 'Use get_fragrance instead for the verdict, price and general description.' This fully covers routing between siblings.

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