agora_get_product_detail
Retrieve detailed information for a specific product by providing its unique slug, enabling enhanced product discovery and decision-making in AI-driven conversations.
Instructions
Get details for a specific product in Agora.
Args:
slug: The product slug, it usually looks something like 'royal-blue-waxed-shoe-laces-6f2049ef-0d08-4a79-8937-025bb596092f-1718242165922'
Returns:
The product details.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
slug | Yes |
Input Schema (JSON Schema)
{
"properties": {
"slug": {
"title": "Slug",
"type": "string"
}
},
"required": [
"slug"
],
"title": "agora_get_product_detailArguments",
"type": "object"
}