Skip to main content
Glama

Slack User MCP Server

slack_get_channel_history

Retrieve recent messages from a Slack channel by specifying the channel ID and message count limit, enabling efficient access to conversation history.

Instructions

Get recent messages from a channel

Input Schema

NameRequiredDescriptionDefault
channel_idYesThe ID of the channel
limitNoNumber of messages to retrieve (default 10)

Input Schema (JSON Schema)

{ "properties": { "channel_id": { "description": "The ID of the channel", "type": "string" }, "limit": { "default": 10, "description": "Number of messages to retrieve (default 10)", "type": "number" } }, "required": [ "channel_id" ], "type": "object" }
Install Server

Other Tools from Slack User 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/lars-hagen/slack-user-mcp'

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