pumble_list_messages
Retrieve messages from a Pumble channel by name or ID, with optional pagination to control the number of results.
Instructions
List messages in a Pumble channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of messages to fetch | |
| cursor | No | Pagination cursor | |
| channel | No | Channel name (provide this OR channelId) | |
| channelId | No | Channel ID (provide this OR channel) |