Skip to main content
Get recent messages from a channel

Tool details

FieldValue
Nameslack:get-messages
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "channel": {
      "type": "string",
      "description": "Channel ID"
    },
    "limit": {
      "type": "number",
      "description": "Max messages (1-1000)"
    },
    "oldest": {
      "type": "string",
      "description": "Only messages after this timestamp"
    },
    "end_user_id": {
      "type": "string",
      "description": "End-user ID for per-user OAuth token resolution"
    }
  },
  "required": [
    "channel"
  ],
  "description": "Input schema for the slack:get-messages tool."
}

Output schema

This tool does not publish an output schema.