Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Get recent messages from a channel
| Field | Value |
|---|---|
| Name | slack__get_messages |
| Group | Integrations |
{
"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"
}
},
"required": [
"channel"
],
"description": "Input schema for the slack__get_messages tool."
}