Skip to main content
Glama
parfica

mcp-server-parfica

Official
by parfica

fragrance_info

Retrieve a fragrance's full profile by slug from parfica.com, including brand, year, concentration, family, notes, accords, perfumers, and community rating.

Instructions

Full profile of a fragrance on parfica.com by its slug: brand, year, gender, concentration, family, note pyramid, accords, perfumers, community rating.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesFragrance slug from search_fragrance, e.g. "creed-aventus"
Behavior3/5

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

With no annotations provided, the description carries the burden. It discloses the returned data fields (brand, year, gender, etc.) but does not mention error handling, invalid slug behavior, or any rate limits. For a read-only retrieval tool, the transparency is acceptable but not rich.

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, well-structured sentence that front-loads the core purpose and enumerates the return fields efficiently. No wasted words or repetition.

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 tool with one parameter and no output schema, the description lists all relevant return categories, providing a complete picture of what the tool does. The lack of error behavior is a minor gap given the simplicity.

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?

The schema already describes the slug parameter with 100% coverage, including an example. The description adds only 'by its slug', which is redundant. Since schema coverage is full, baseline 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns a full fragrance profile by slug, listing specific data fields. It distinguishes itself from siblings by focusing on profile retrieval rather than search or dupes, though it lacks an explicit verb like 'retrieves' or 'gets'.

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

Usage Guidelines3/5

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

Usage is implied: the slug parameter description notes it comes from search_fragrance, indicating a workflow. However, there is no explicit when-to-use vs. alternatives (e.g., when not to use find_dupes) or exclusion statements.

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

Install Server

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/parfica/mcp-server-parfica'

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