Skip to main content
Glama

Slack MCP Server

by AVIMBU

slack_get_users

Retrieve a list of all users in a Slack workspace, including basic user information. Supports pagination with cursor and limits the number of results returned.

Instructions

Get a list of all users in the workspace with basic information

Input Schema

NameRequiredDescriptionDefault
cursorNoPagination cursor for next page of results
limitNoMaximum number of users to return (default 100, max 200)

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Pagination cursor for next page of results", "type": "string" }, "limit": { "default": 100, "description": "Maximum number of users to return (default 100, max 200)", "type": "number" } }, "type": "object" }

Other Tools from Slack MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AVIMBU/slack-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server