members_get
Fetch a Discord guild member by user ID to inspect their roles, nickname, and join date.
Instructions
Purpose: Fetch a guild member by user ID.
When to use: inspect roles, nick, joined-at of a known user.
Returns: {user_id, username, global_name, nick, roles, joined_at, premium_since?, pending?}. joined_at may be null; premium_since and pending are absent when Discord omits them. Structured nick remains raw Discord data; the human-readable text response fences it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | Member to fetch | |
| guild_id | Yes | Guild containing the member |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||