application_get_current
Retrieve the current Discord application object to confirm app identity and inspect flags, install URLs, tags, and interaction endpoint.
Instructions
Purpose: Fetch the bot/app application object (/applications/@me).
When to use: confirm app identity; read flags, install URLs, tags, interaction endpoint, etc.
Returns: projected application shape. name and description remain raw app-author data; untrusted_text provides a separately fenced copy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||