get_guild
Retrieve details of a Discord server by ID, including roles, emojis, and member count, with optional presence counts.
Instructions
Gets details of a specific Discord guild (server) by its ID, including roles, emojis, and member count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | The ID of the guild/server. | |
| with_counts | No | Whether to include approximate member and presence counts. |