Skip to content

threads_get_member

Category: threads

Look up one user’s thread-membership record (join timestamp, flags).

  • Verify a user is in a thread before performing thread-only actions.
FieldTypeRequiredDescription
thread_idstringyesThread to look up
user_idstringyesUser to query
with_memberbooleannoInclude the underlying guild member object in the Discord response

\{thread_id, user_id, join_timestamp, flags\}. Returns 404-shaped error if the user is not a member.

FieldTypeRequiredDescription
thread_idstringyesDiscord channel ID (snowflake)
user_idstringyesDiscord user ID
join_timestampunknownyes
flagsunknownyes
PropertyValue
Read-onlyyes
Destructiveno
Idempotentyes
Open-worldyes
Confirmation requiredno

packages/mcp-core/src/tools/threads/get_member.ts