Skip to main content
Glama

Slack MCP Server

by oregpt

conversations_replies

Retrieve all messages from a specific Slack thread using channel ID and thread timestamp. Supports pagination for handling long conversations and includes optional system message filtering.

Instructions

Fetches all messages in a specific thread by channel and thread timestamp. Supports pagination.

Input Schema

NameRequiredDescriptionDefault
accessTokenYesSlack OAuth token (xoxp-... or xoxb-...)
channel_idYesChannel ID (e.g., C1234567890), channel name (#general), or DM (@username)
thread_tsYesMessage timestamp in format 1234567890.123456
limitNoTime range (1d, 7d, 1m, 90d) or message count (e.g., 100)
cursorNoPagination cursor from previous response
include_activity_messagesNoInclude join/leave system messages (default: false)

Input Schema (JSON Schema)

{ "properties": { "accessToken": { "description": "Slack OAuth token (xoxp-... or xoxb-...)", "type": "string" }, "channel_id": { "description": "Channel ID (e.g., C1234567890), channel name (#general), or DM (@username)", "type": "string" }, "cursor": { "description": "Pagination cursor from previous response", "type": "string" }, "include_activity_messages": { "description": "Include join/leave system messages (default: false)", "type": "string" }, "limit": { "description": "Time range (1d, 7d, 1m, 90d) or message count (e.g., 100)", "type": "string" }, "thread_ts": { "description": "Message timestamp in format 1234567890.123456", "type": "string" } }, "required": [ "accessToken", "channel_id", "thread_ts" ], "type": "object" }

Other Tools from Slack 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/oregpt/Agenticledger_MCP_Slack'

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