find_similar_activities
Search for activities matching a given activity's type, distance, and duration within 20% tolerance, returning the closest matches with full metrics and similarity scores.
Instructions
Find activities similar to a reference activity by type, distance and duration (within 20% tolerance). Returns the closest matches first, each with its full metrics and a similarity score.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of similar activities to return (default: 10) | |
| activityId | Yes | Reference activity ID (required) | |
| searchDepth | No | How many recent activities to search through (default: 200) |