get_user_contest_ranking
Retrieve a user's LeetCode contest ranking, performance metrics, and participation history to analyze competitive programming progress.
Instructions
Retrieves a user's contest ranking information on LeetCode, including overall ranking, participation history, and performance metrics across contests
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | LeetCode username to retrieve contest ranking information for | |
| attended | No | Whether to include only the contests the user has participated in (true) or all contests (false); defaults to true |