Slack Tools
Conversation: Get History
Get the conversation history for a given channel by channel id. Requires an ID typically from the list_conversation_ids tool.
Conversation: List
List all conversations meta information only without comments in the slack workspaceThis tool should be used when you need to make api calls to other slack apis that requirea conversation or channel id. DOES NOT RETURN MESSAGES, CONVERSATION HISTORY, OR USER IDS.
Message: Find
Search for a message in a Slack channel or chat.
Message: Send
Send a message to a specific Slack channel or user by ID. Requires an ID provided by other tools.
Users: List
List all users in the slack workspace. Returns user meta information: Name, ID, and EmailThis tool should be used when you need to make api calls to other slack apis that requirea user ID.