get_perfume_by_id
Retrieve detailed information about a specific perfume from the Blue Perfumery collection by providing its unique ID, enabling precise fragrance selection and comparison.
Instructions
Get a specific perfume by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The perfume ID |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The perfume ID",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}