get_current_app_info
Retrieve the currently selected app's details including developer ID, app ID, miniapp ID, and name. Use this to verify app selection before leaderboard operations.
Instructions
[General] Get currently selected app/game information including developer_id, app_id, miniapp_id, and app name. CRITICAL: Call this tool FIRST before executing any leaderboard operations (create_leaderboard, list_leaderboards, etc.) to verify that an app has been selected. If no app is selected, guide the user through the selection process using list_developers_and_apps and select_app. Use this for: 1) Checking current selection before leaderboard operations, 2) Building preview links, 3) Verifying cached app. Not for H5 upload workflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ignore_cache | No | If true, force refresh data from server regardless of cache TTL. Default false. |