slack_list_users
ActiveTool of Slack_connect
declared in 0.1.0
List users in the Slack workspace. Returns user profiles, IDs, and status.
Parameters schema
{
"type": "object",
"examples": [
{
"limit": 50
},
{
"limit": 100,
"cursor": "dXNlcl9pZDpVMDEyMzQ1Njc4OQ=="
}
],
"properties": {
"limit": {
"type": "number",
"description": "Max number of users to return (default 100, max 1000)"
},
"cursor": {
"type": "string",
"description": "Pagination cursor for next page of results"
}
}
}Parent server
Slack_connect
https://github.com/pipeworx-io/mcp-slack_connect
1/7 registries