get_user_info
Retrieve detailed information about a specific Slack user, including user ID, by leveraging the Slack MCP Server for seamless user management and data access.
Instructions
Get detailed information about a specific Slack user.
Args: user_id: The ID of the user
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"user_id": {
"title": "User Id",
"type": "string"
}
},
"required": [
"user_id"
],
"type": "object"
}