Discord
Tools
Name & Description | Type |
---|---|
DISCORD_GET_INVITETool to retrieve information about a specific invite code. | action |
DISCORD_GET_MY_GUILD_MEMBERRetrieves the guild member object for the currently authenticated user within a specified guild, provided they are a member of that guild. | action |
DISCORD_GET_MY_OAUTH2_AUTHORIZATIONRetrieves current oauth2 authorization details for the application, including app info, scopes, token expiration, and user data (contingent on scopes like 'identify'). | action |
DISCORD_GET_MY_USERFetches comprehensive profile information for the currently authenticated Discord user, including email if the 'email' scope is granted. | action |
DISCORD_LIST_MY_CONNECTIONSRetrieves a list of the authenticated user's connected third-party accounts on Discord. | action |
DISCORD_LIST_MY_GUILDSLists the current user's guilds, returning partial data for each; primarily used for displaying server lists or verifying memberships. | action |
DISCORD_DISCORD_NEW_MESSAGE_TRIGGERPolls a specific Discord channel for new messages. | trigger |