Skip to main content
Glama

Slack MCP Server

by Hais

get_channel_history

Retrieve message history from Slack channels to review past conversations, analyze discussions, or find specific information shared within a team workspace.

Instructions

Get message history from a channel

Input Schema

NameRequiredDescriptionDefault
channelYesChannel ID
latestNoEnd of time range (timestamp)
limitNoMaximum number of messages to return
oldestNoStart of time range (timestamp)

Input Schema (JSON Schema)

{ "properties": { "channel": { "description": "Channel ID", "type": "string" }, "latest": { "description": "End of time range (timestamp)", "type": "string" }, "limit": { "default": 100, "description": "Maximum number of messages to return", "maximum": 1000, "minimum": 1, "type": "number" }, "oldest": { "description": "Start of time range (timestamp)", "type": "string" } }, "required": [ "channel" ], "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/Hais/slack-bot-mcp'

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