get_trending
Discover popular fashion products sorted by current trend. Use optional category filter to narrow by type like dresses or shoes.
Instructions
Get currently trending/popular fashion products.
Args: category: Optional category filter (e.g., "dresses", "shoes", "tshirts") limit: Maximum number of results (default 10, max 50)
Returns: List of trending products sorted by popularity. Each product has: - image_url: Direct CDN image link (always show this) - url: Buy link on klydo.in (may be null — only show when present) - price, brand, name, category
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |