commands_list_global
Lists all globally registered Discord application commands, including IDs, names, and descriptions, to audit before overwriting the global command registry.
Instructions
Purpose: List globally-registered application commands.
When to use: audit global slash commands; before bulk-overwriting global registry.
Returns: {commands:[{id, name, description, type}], count, untrusted_text}. Names and descriptions remain raw app-author data; untrusted_text provides a separately fenced copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application_id | Yes | Bot/app application ID | |
| with_localizations | No | Include name_localizations / description_localizations objects in the response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||