match_task_to_achievements
Match a task to relevant achievements by analyzing task name, keywords, and category. Returns top 5 matches with confidence scores to help identify which achievements can be earned.
Instructions
Match a task to potentially relevant achievements based on task name and keywords. Helps identify which achievements could be earned by completing specific tasks. Uses keyword matching and category cross-reference. Returns top 5 matches with confidence scores.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskName | Yes | Name of the task to match (required) | |
| categoryId | No | Optional category ID for more precise matching |