Skip to main content
Glama

Slack MCP Server

by piekstra

list_users

Retrieve a list of all users in a Slack workspace, with options to limit results and include locale details for effective user management.

Instructions

List all users in the Slack workspace.

Args: limit: Maximum number of users to return include_locale: Include locale information for each user

Input Schema

NameRequiredDescriptionDefault
include_localeNo
limitNo

Input Schema (JSON Schema)

{ "properties": { "include_locale": { "default": false, "title": "Include Locale", "type": "boolean" }, "limit": { "default": 100, "title": "Limit", "type": "integer" } }, "type": "object" }

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/piekstra/slack-mcp-server'

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