Messaging
Discord
Read messages and post to channels.
An instant messaging and VoIP social platform.
Triggers1
Things that can wake up your Discord coworker.
- New Discord Message Trigger
Polls a specific Discord channel for new messages.
DISCORD_NEW_MESSAGE_TRIGGER
Actions4
Things your coworker can do in Discord.
- Get Gateway
Tool to retrieve a valid WebSocket (wss) URL for establishing a Gateway connection to Discord. Use when you need to connect to the Discord Gateway for real-time events.
DISCORD_GET_GATEWAY - Get Invite (Deprecated)
DEPRECATED: Use DISCORD_INVITE_RESOLVE instead. Tool to retrieve information about a specific invite code. Use when you need to get details about a guild or channel associated with an invite. Response may be null or partial for expired, revoked, or inaccessible invites; do not infer guild membership or channel access from the response.
DISCORD_GET_INVITE - Get User
Retrieve information about a Discord user. With OAuth Bearer token authentication, this returns the authenticated user's information (use '@me'). With Bot token authentication, you can query any user by their ID. Use this when you need user details like username, avatar, email (if email scope is granted), locale, premium status, or other profile information.
DISCORD_GET_USER - Resolve Invite
Tool to resolve and retrieve information about a Discord invite code. Use when you need to get details about a guild, channel, or event associated with an invite code.
DISCORD_INVITE_RESOLVE