get_recommendations
Retrieve personalized article and pin recommendations from Juejin. Configure the algorithm (collaborative, content-based, hybrid) and filter by content type, interests, and minimum quality score for tailored results.
Instructions
获取个性化内容推荐,支持多种推荐算法和过滤条件
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 推荐数量 | |
| user_id | No | 用户ID(可选,用于个性化推荐) | |
| algorithm | No | 推荐算法 | hybrid |
| content_type | No | 内容类型 | both |
| user_interests | No | 用户兴趣标签列表 | |
| min_quality_score | No | 最低质量分数 |