Skip to main content
Glama

Slack MCP Server

by piekstra

get_channel_history

Retrieve message history from a Slack channel by specifying the channel ID, message limit, and timestamps for filtering. Manage conversations and analyze data effectively.

Instructions

Get message history for a Slack channel.

Args: channel: Channel ID limit: Maximum number of messages to return oldest: Only messages after this timestamp latest: Only messages before this timestamp

Input Schema

NameRequiredDescriptionDefault
channelYes
latestNo
limitNo
oldestNo

Input Schema (JSON Schema)

{ "properties": { "channel": { "title": "Channel", "type": "string" }, "latest": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Latest" }, "limit": { "default": 100, "title": "Limit", "type": "integer" }, "oldest": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Oldest" } }, "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/piekstra/slack-mcp-server'

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