Skip to content

Commit

Permalink
Merge pull request #67 from modelcontextprotocol/davidsp/61
Browse files Browse the repository at this point in the history
Remove slack_search_messages from README
  • Loading branch information
dsp-ant authored Nov 26, 2024
2 parents 9100b20 + 3bc45b5 commit b4a9a3d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/slack/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4a9a3d

Please sign in to comment.