Documentation Index
Fetch the complete documentation index at: https://veryfront.com/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 |
Playground
{
"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.