discord_get_server_stats
Retrieve a snapshot of Discord server metrics: total members (humans vs cached bots), channel breakdown (text/voice/category), role count, boost tier and count, and creation date.
Instructions
Get a snapshot of server metrics: total members (humans vs cached bots), channel breakdown (text/voice/category), role count, boost tier and count, and creation date. Read-only. Returns a JSON object. Note: the bot count reflects only members currently in cache.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Discord server (guild) ID (snowflake). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| roles | Yes | ||
| humans | Yes | ||
| channels | Yes | ||
| createdAt | Yes | ||
| boostCount | Yes | ||
| boostLevel | Yes | ||
| botsInCache | Yes | ||
| totalMembers | Yes |