File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -49,22 +49,15 @@ MCP Server for the Slack API, enabling Claude to interact with Slack workspaces.
49
49
- ` thread_ts ` (string): Timestamp of the parent message
50
50
- Returns: List of replies with their content and metadata
51
51
52
- 7 . ` slack_search_messages `
53
- - Search for messages across channels
54
- - Required inputs:
55
- - ` query ` (string): The search query
56
- - Optional inputs:
57
- - ` count ` (number, default: 5): Number of results to return
58
- - Returns: Matching messages with their context
59
52
60
- 8 . ` slack_get_users `
53
+ 7 . ` slack_get_users `
61
54
- Get list of workspace users with basic profile information
62
55
- Optional inputs:
63
56
- ` cursor ` (string): Pagination cursor for next page
64
57
- ` limit ` (number, default: 100, max: 200): Maximum users to return
65
58
- Returns: List of users with their basic profiles
66
59
67
- 9 . ` slack_get_user_profile `
60
+ 8 . ` slack_get_user_profile `
68
61
- Get detailed profile information for a specific user
69
62
- Required inputs:
70
63
- ` user_id ` (string): The user's ID
You can’t perform that action at this time.
0 commit comments