list_developers_and_apps
List developers and apps for the current user to manage app selection. Requires user confirmation before proceeding, even if only one app exists.
Instructions
[General App Management] List developers and apps/games for the current user, including both level games and non-level games. For large accounts, the human-readable response shows a paged preview plus total counts; call again with offset/limit to continue. CRITICAL: Show the returned preview/counts to the user and explicitly ASK them to choose which app to use or provide app_id/name keywords - DO NOT automatically select an app without user confirmation, even if there is only one option. Use this for: 1) Initial exploration of available apps, 2) Switching between apps, 3) General app management (not H5 upload workflow). For H5 game upload, use prepare_h5_upload instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of apps to show in the human-readable preview. Defaults to 40, max 100. | |
| offset | No | Number of apps to skip before showing the preview. Use the suggested next offset to continue. |