Revolt
Open-source chat platform for messages, reactions, blocked users, sync settings, and policy acknowledgements.
Handles community automations that send messages and reactions, manage blocked users, persist user sync settings, and acknowledge policy updates.
Example Use Cases
These are the Revolt actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.
Tool to fetch all bots that you have control over. Use when you need to retrieve information about bots owned by the authenticated user account.
Tool to fetch the server configuration for this Revolt instance. Use when you need to discover API version, feature availability, WebSocket endpoints, or service URLs.
Tool to fetch a channel by its ID. Use when you need to retrieve detailed information about a specific channel.
Tool to retrieve your own user information. Use when you need to fetch details about the authenticated user account.
Tool to fetch detailed information about an invite by its code. Use when you have a valid invite code and need to retrieve invite details including server info, channel info, and member count.
Tool to fetch all direct message conversations for the authenticated user. Use when you need to list all DM and group DM channels.
Tool to retrieve a user's profile data including bio and background. Use when you need profile-specific information beyond basic user data. Will fail if you do not have permission to access the target user's profile.
Tool to open a DM with another user. Use when you need to start or access a direct message conversation. If the target is oneself, returns a saved messages channel.
Tool to send a message to a Revolt channel. Use when you need to post a text message, embed, or attachment to a specific channel. Call after authenticating with bot token.
Tool to edit a message that you've previously sent in a channel. Use when you need to update the content or embeds of an existing message. At least one of content or embeds must be provided.