webhooks_list_guild
List all webhooks in a guild to audit server-wide, find unauthorized hooks, or plan 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 | |||