Slack User MCP Server

by lars-hagen
Verified

slack_get_user_profile

Retrieve detailed profile information for a specific Slack user by providing their user ID. This tool is part of the Slack User MCP Server, enabling user management and workspace interaction via Slack API.

Instructions

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" }

You must be authenticated.

Other Tools from Slack User MCP Server

Related Tools

ID: wc0u5519qh