From 3bc45b5c6c79e0fd4b9bd02035668530561e55ee Mon Sep 17 00:00:00 2001 From: David Soria Parra Date: Tue, 26 Nov 2024 19:39:07 +0000 Subject: [PATCH] Remove slack_search_messages from README `slack_search_messages` was removed but still remains in the README. We need to correct this. Fixes #61. --- src/slack/README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/slack/README.md b/src/slack/README.md index ca5d4965..b3d80a21 100644 --- a/src/slack/README.md +++ b/src/slack/README.md @@ -49,22 +49,15 @@ MCP Server for the Slack API, enabling Claude to interact with Slack workspaces. - `thread_ts` (string): Timestamp of the parent message - Returns: List of replies with their content and metadata -7. `slack_search_messages` - - Search for messages across channels - - Required inputs: - - `query` (string): The search query - - Optional inputs: - - `count` (number, default: 5): Number of results to return - - Returns: Matching messages with their context -8. `slack_get_users` +7. `slack_get_users` - Get list of workspace users with basic profile information - Optional inputs: - `cursor` (string): Pagination cursor for next page - `limit` (number, default: 100, max: 200): Maximum users to return - Returns: List of users with their basic profiles -9. `slack_get_user_profile` +8. `slack_get_user_profile` - Get detailed profile information for a specific user - Required inputs: - `user_id` (string): The user's ID