mirror of
				https://github.com/modelcontextprotocol/servers.git
				synced 2024-12-01 18:58:34 +03:00 
			
		
		
		
	Remove slack_search_messages from README
`slack_search_messages` was removed but still remains in the README. We need to correct this. Fixes #61.
This commit is contained in:
		| @@ -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 |      - `thread_ts` (string): Timestamp of the parent message | ||||||
|    - Returns: List of replies with their content and metadata |    - 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 |    - Get list of workspace users with basic profile information | ||||||
|    - Optional inputs: |    - Optional inputs: | ||||||
|      - `cursor` (string): Pagination cursor for next page |      - `cursor` (string): Pagination cursor for next page | ||||||
|      - `limit` (number, default: 100, max: 200): Maximum users to return |      - `limit` (number, default: 100, max: 200): Maximum users to return | ||||||
|    - Returns: List of users with their basic profiles |    - 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 |    - Get detailed profile information for a specific user | ||||||
|    - Required inputs: |    - Required inputs: | ||||||
|      - `user_id` (string): The user's ID |      - `user_id` (string): The user's ID | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 David Soria Parra
					David Soria Parra