discord_get_server_stats
Get a server stats snapshot: total members (humans vs cached bots), text/voice/category channels, role count, boost tier/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: bots are counted from the member cache only, so botsInCache is a lower bound and humans (total minus cached bots) an upper bound.
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 |