{
"type": "object",
"properties": {}
}{
"type": "object",
"properties": {
"brand_values": {
"type": "string"
},
"system_prompt": {
"type": "string"
}
}
}{
"type": "object",
"properties": {},
"required": []
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "What the customer is looking for (e.g., \"space themed hats\", \"nature designs\", \"hats\" for browsing all)"
},
"max_results": {
"type": "number",
"description": "Maximum number of results to return (default: 3, use 10 for browsing)"
}
},
"required": [
"query"
]
}{
"type": "object",
"properties": {
"product_id": {
"type": "string",
"description": "The product ID (e.g., \"space-explorer\", \"tech-circuit\", \"botanical-bots\", \"mecha-wildlife\", \"cosmic-adventure\")"
}
},
"required": [
"product_id"
]
}{
"type": "object",
"properties": {},
"required": []
}{
"type": "object",
"properties": {
"product_id": {
"type": "string",
"description": "The product ID to add (e.g., \"space-explorer\")"
},
"quantity": {
"type": "number",
"description": "Number of items to add (default 1)"
}
},
"required": [
"product_id"
]
}{
"type": "object",
"properties": {},
"required": []
}{
"type": "object",
"properties": {
"product_id": {
"type": "string",
"description": "The product ID to get price history for (e.g., \"space-explorer\")"
}
},
"required": [
"product_id"
]
}{
"type": "object",
"properties": {
"product_id": {
"type": "string",
"description": "The product ID to check availability for"
}
},
"required": [
"product_id"
]
}{
"type": "object",
"properties": {},
"required": []
}{
"type": "object",
"properties": {
"question": {
"type": "string",
"description": "The customer question about policies, shipping, returns, sizing, etc."
}
},
"required": [
"question"
]
}{
"type": "object",
"properties": {
"order_id": {
"type": "string",
"description": "The order ID to track. If not provided, tracks the most recent order."
}
}
}{
"type": "object",
"properties": {
"order_id": {
"type": "string",
"description": "The order ID to return"
},
"reason": {
"type": "string",
"description": "Reason for the return"
}
}
}{
"type": "object",
"properties": {
"product_name": {
"type": "string",
"description": "The name of the product to review"
}
}
}