Sendbird Get Group Channel Count by Join Status
Tool to retrieve number of group channels by join status for a user. use when you need counts of invited, joined, and total channels for a specific user.
Sendbird Get Unread Item Count
Tool to retrieve a user's unread item counts. use after you need the total unread messages, mentions, and channel counts for a specific user.
Issue Session Token
Tool to issue a session token for a user. use when you need to generate or refresh a user's session token.
Leave Group Channels
Tool to leave group channels for a user. use when you need to make a user exit one or more joined group channels.
List Banned Members
Tool to list banned members in a group channel. use when you need to see which users are banned from a specific group channel.
List Group Channels
Tool to list group channels. use when you need to fetch paginated group channels with optional filters.
List Group Channel Members
Tool to list members of a group channel. use when you need to paginate through members of a specified group channel.
List Operators by Custom Channel Type
Tool to list operators of a channel by custom channel type. use when you need to fetch operators for a specific custom channel type with pagination.
List Group Channel Operators
Tool to list operators of a group channel. use after specifying the channel url when needing to paginate through operators.
List Open Channel Operators
Tool to list operators of an open channel. use when you have the open channel url and need to fetch its operators. supports pagination via token and limit.
List Users
Tool to retrieve a list of users. use after setting up sendbird api credentials to paginate or filter all users in your application.
Mark All User Messages As Read
Tool to mark all of a user's messages as read in group channels. use when resetting unread message counts after a user has viewed all messages.
Mute User
Tool to mute a user in a group channel. use when you need to prevent a user from sending messages for a specified duration.
Register Operators by Custom Channel Type
Tool to register users as operators to channels by custom channel type. use when assigning operator roles for all channels of a specified custom type.
Register Group Channel Operators
Tool to register one or more users as operators in a sendbird group channel. use when elevating permissions of existing channel members.
Register Operators to Open Channel
Tool to register operators to an open channel. use after creating or updating an open channel when you need to assign operator roles.
Revoke All Session Tokens
Tool to revoke all session tokens for a user. use when you need to invalidate all active sessions for security.
Sendbird View Message
Tool to view a specific message in a group channel. use after confirming channel url and message id.
Sendbird View User
Tool to view user information. use when retrieving details of a specific sendbird user by id.
Send Message
Tool to send a message to a group channel. use when you need to post a text, file, or admin message to an existing group channel.
Unban User from Group Channel
Tool to unban a user from a group channel. use when reinstating a previously banned user. execute after confirming the user is currently banned.
Unmute User
Tool to unmute a user in a group channel. use when you want to restore a muted user's ability to send messages after confirming they are muted.
Unregister Operators Custom Channel Type
Tool to unregister operators from channels by custom channel type. use when you need to remove operator roles from users across channels of a specific custom type.
Update Count Preference Of Channel
Tool to update a user's unread count preference for a specific group channel. use when you want to include or suppress a channel in the user's unread counts.
Update Group Channel
Tool to update group channel information. use when you need to modify channel attributes such as name, cover image, privacy settings, or operator list after channel creation.
Sendbird Update Message
Tool to update an existing group channel message in sendbird. use after you need to modify content or metadata of a sent message.
Update Sendbird User
Tool to update a user's information. use when modifying nickname, profile image url, activation status, or metadata.
Sendbird View Group Channel
Tool to view information about a specific group channel. use when you need channel details after confirming the channel url.
View User
Tool to retrieve information about a specific sendbird user. use when you need to fetch detailed user data by their user id.