webhooks_list_guild
Lists every webhook in a server across all channels to audit activity, find unauthorized webhooks, or plan a cleanup.
Instructions
Purpose: List every webhook in a guild (across all channels).
When to use:
Server-wide audit, find unauthorized webhooks, plan a cleanup.
When NOT to use:
Single-channel scope →
webhooks_list_channel.
Returns: {webhooks:[{id,name,type,channel_id,application_id}], count}. Structured names remain raw creator-controlled data; the human-readable text response fences them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Guild to query |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||