list_leaderboards
List all leaderboards for the selected app. Displays complete list for user to choose which leaderboard to use.
Instructions
PREREQUISITE: An app MUST be selected first. Before calling this tool, ALWAYS call get_current_app_info to verify an app is selected. If not, guide user through: 1) Call list_developers_and_apps, 2) Show list to user and ASK them to choose, 3) Call select_app with user's choice. List all leaderboards for currently selected app. IMPORTANT: When multiple leaderboards exist, ALWAYS show the complete list to the user and explicitly ASK them which one they want to use - DO NOT automatically choose a leaderboard without user confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (optional, default 1) | |
| page_size | No | Page size (optional, default 10) |