Slack MCP Server

slack_get_user_profile

Get detailed profile information for a specific user

Input Schema

NameRequiredDescriptionDefault
user_idYesThe ID of the user

Input Schema (JSON Schema)

{ "properties": { "user_id": { "description": "The ID of the user", "type": "string" } }, "required": [ "user_id" ], "type": "object" }