list_guilds
Retrieve Discord guilds the bot belongs to, with configurable pagination using a limit and optional before cursor.
Instructions
List guilds the bot is in (GET /users/@me/guilds).
Args: limit: Max guilds per request (1–200). before: Optional guild id cursor for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| before | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |