read_messages
Fetch recent messages from any Slack channel or DM by channel name. Returns messages in chronological order with timestamp, sender, and text.
Instructions
Read the most recent messages in a channel or DM.
channel is matched via the quick switcher (name or partial name). Fetches
up to limit most-recent messages from Slack's API and returns them
oldest-first as [time] Name: text. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| channel | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |