Sendbird is a platform that provides chat, voice, and video APIs to help businesses build in-app communication features.
Tool to add members to a group channel. Use when you need to invite one or more users into an existing group channel.
Tool to ban a user from a group channel. Use when moderating group channels to restrict member access. Execute after confirming channel_url and user_id.
Tool to create a new group channel. Use when you need to start a conversation with specific users. Execute after specifying users and optional settings.
Tool to create a new user. Use when you need to register a user account in Sendbird.
Tool to delete a specific group channel. Use when you have the channel URL and want to permanently remove the channel. Execute after confirming the channel exists.
Tool to delete a specific message in a Sendbird group channel. Use when you need to permanently remove a sent message after confirming deletion permissions.