Skip to main content
Glama

Slack MCP Server

by AVIMBU
users.ts618 B
import { Tool } from "@modelcontextprotocol/sdk/types.js"; export interface GetUsersArgs { cursor?: string; limit?: number; } export const getUsersTool: Tool = { name: "slack_get_users", description: "Get a list of all users in the workspace with basic information", inputSchema: { type: "object", properties: { cursor: { type: "string", description: "Pagination cursor for next page of results", }, limit: { type: "number", description: "Maximum number of users to return (default 100, max 200)", default: 100, }, }, }, };

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