Slack
SLACK_RETRIEVE_USER_PROFILE_INFORMATION
Retrieves profile information for a specified Slack user (defaults to the authenticated user if `user` ID is omitted); a provided `user` ID must be valid.
Remote slack
Other tools also called SLACK_RETRIEVE_USER_PROFILE_INFORMATION?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"user": {
"type": [
"string",
"null"
],
"default": null,
"description": "User ID to retrieve profile information for; defaults to the authenticated user.\nExamples:\n \"U012A3CDE\"\n \"W1234567890\""
},
"include_labels": {
"type": [
"boolean",
"null"
],
"default": null,
"description": "Include human-readable labels for custom profile fields. API defaults to false.\nExamples:\n true\n false"
}
}
}