Skip to content

Commit b4a9a3d

Browse files
authored
Merge pull request #67 from modelcontextprotocol/davidsp/61
Remove slack_search_messages from README
2 parents 9100b20 + 3bc45b5 commit b4a9a3d

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

src/slack/README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,15 @@ MCP Server for the Slack API, enabling Claude to interact with Slack workspaces.
4949
- `thread_ts` (string): Timestamp of the parent message
5050
- Returns: List of replies with their content and metadata
5151

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
5952

60-
8. `slack_get_users`
53+
7. `slack_get_users`
6154
- Get list of workspace users with basic profile information
6255
- Optional inputs:
6356
- `cursor` (string): Pagination cursor for next page
6457
- `limit` (number, default: 100, max: 200): Maximum users to return
6558
- Returns: List of users with their basic profiles
6659

67-
9. `slack_get_user_profile`
60+
8. `slack_get_user_profile`
6861
- Get detailed profile information for a specific user
6962
- Required inputs:
7063
- `user_id` (string): The user's ID

0 commit comments

Comments
 (0)