get_purchase_link
Retrieve the direct Shopier purchase link for a specific perfume by providing its unique ID, enabling quick access to fragrance transactions via Blue Perfumery's MCP server.
Instructions
Get the Shopier purchase link for a specific perfume
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"
}