discord_get_role_members
List every member who holds a specific role in a Discord server. Returns a JSON array with user ID, username, and nickname.
Instructions
List every member who currently holds a specific role. Returns a JSON array (id, username, nickname). Read-only. Use discord_list_roles to discover role IDs first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| guild_id | Yes | Discord server (guild) ID (snowflake). | |
| role_id | Yes | ID (snowflake) of the role to list holders of. |