memo_list
Retrieve a paginated list of memos from a specified or active channel. Control result size with skip and take parameters.
Instructions
Retrieves a list of memos from a specified channel. When no channel ID is provided, uses the currently active channel. Returns paginated results with memo information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channelId | No | Channel ID to retrieve memos from (defaults to currently active channel if omitted) | |
| skip | No | Number of memos to skip for pagination (default: 0) | |
| take | No | Maximum number of memos to return (default: 50) |