get_person_by_wca_id
Retrieve detailed speedcuber profiles from WCA data using their unique ID. Access competitor information, personal records, rankings, and medal counts with configurable detail levels.
Instructions
Get detailed information about a specific WCA competitor by their WCA ID.
Returns information about a speedcuber with configurable detail levels. By default, returns basic info, personal records, rankings, and medals without the verbose competition results that can make responses extremely long.
Args: wca_id: WCA ID of the person (e.g., "2003SEAR02") competition_id: Optional competition ID to get results from a specific competition (e.g., "WC2023") include_competition_results: Include detailed competition results (default: False) include_personal_records: Include personal best records (default: True) include_rankings: Include current world/continental/national rankings (default: True) include_medals: Include medal counts (default: True) max_recent_competitions: If including results, limit to N most recent competitions (default: 5)
Returns: Filtered person information based on the specified parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wca_id | Yes | ||
| competition_id | No | ||
| include_competition_results | No | ||
| include_personal_records | No | ||
| include_rankings | No | ||
| include_medals | No | ||
| max_recent_competitions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||