commands_get_global
Retrieve a global Discord application command by its ID to inspect its details.
Instructions
Purpose: Fetch one global application command by id.
Returns: {id, name, description, type, application_id, untrusted_text}. name and description remain raw; untrusted_text provides a separately fenced copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command_id | Yes | Command ID (snowflake) | |
| application_id | Yes | Bot/app application ID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||