guild_list_integrations
List all third-party integrations attached to a Discord guild to audit them before deletion, returning each integration's ID, name, type, enabled status, and account.
Instructions
Purpose: List integrations attached to a guild (Twitch, YouTube, application bots, etc.).
When to use:
Audit which third-party integrations exist before deletion.
Returns: {integrations:[{id, name, type, enabled, account}], count}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Guild to query |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||