get_user_contest_ranking
Retrieve detailed contest ranking data for a LeetCode user, including overall ranking, participation history, and performance metrics across contests.
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 |
---|---|---|---|
attended | No | Whether to include only the contests the user has participated in (true) or all contests (false); defaults to true | |
username | Yes | LeetCode username to retrieve contest ranking information for |