[
{"name": "Invite User to Channel", "type": "action", "description": "Invite a user to join a specific channel."},
{"name": "Direct Message User", "type": "action", "description": "Send a direct message to a user."},
{"name": "Create Channel", "type": "action", "description": "Create a new channel for team discussions."},
{"name": "Send Channel Message", "type": "action", "description": "Post a message in a channel."},
{"name": "Set Channel Topic", "type": "action", "description": "Update the topic for a specific channel."},
{"name": "Set User Status", "type": "action", "description": "Change the status of a user."},
{"name": "Send Private Channel Message", "type": "action", "description": "Post a message in a private channel."},
{"name": "Add Reminder", "type": "action", "description": "Create a new reminder for a user."},
{"name": "Update Profile", "type": "action", "description": "Modify the profile information of a user."},
{"name": "Remove Reaction", "type": "action", "description": "Remove a reaction from a message."},
{"name": "Delete File", "type": "action", "description": "Delete a specific file from the workspace."},
{"name": "Unarchive Channel", "type": "action", "description": "Restore a previously archived channel."},
{"name": "Archive Channel", "type": "action", "description": "Archive a channel to prevent further messaging."},
{"name": "Unpin Message", "type": "action", "description": "Remove a pinned message from a channel."},
{"name": "Pin Message", "type": "action", "description": "Pin a message to the top of a channel for visibility."},
{"name": "Delete Message", "type": "action", "description": "Delete a specific message from a channel or direct message."},
{"name": "Add Reaction", "type": "action", "description": "Add an emoji reaction to a message."},
{"name": "Set Channel Purpose", "type": "action", "description": "Update the purpose of a specific channel."},
{"name": "Kick User from Channel", "type": "action", "description": "Remove a user from a channel."},
{"name": "Leave Channel", "type": "action", "description": "Allow a user to leave a channel."},
{"name": "Delete Reminder", "type": "action", "description": "Delete a previously set reminder."},
{"name": "Complete Reminder", "type": "action", "description": "Mark a reminder as completed."},
{"name": "Get User Email", "type": "lookup", "description": "Retrieve the email address associated with a user."}
]