get_styling_advice
verifiedv0.1Curated outfit picks for an occasion. Simulated demo; registered by the /shop page.
Updated 7/11/2026 · Created 7/11/2026
Input Schema
{
"type": "object",
"required": [
"occasion",
"budget"
],
"properties": {
"budget": {
"type": "number",
"maximum": 500,
"minimum": 50,
"description": "Maximum budget"
},
"occasion": {
"enum": [
"wedding-guest",
"date-night",
"casual",
"work",
"weekend"
],
"type": "string",
"description": "Occasion"
}
}
}Full Contract
{
"name": "get_styling_advice",
"description": "Curated outfit picks for an occasion. Simulated demo; registered by the /shop page.",
"inputSchema": {
"type": "object",
"required": [
"occasion",
"budget"
],
"properties": {
"budget": {
"type": "number",
"maximum": 500,
"minimum": 50,
"description": "Maximum budget"
},
"occasion": {
"enum": [
"wedding-guest",
"date-night",
"casual",
"work",
"weekend"
],
"type": "string",
"description": "Occasion"
}
}
}
}GET /api/tool/agentk.stacktr.ee/get_styling_advice