list_memo_attachments
List all attachments for a specific memo by providing its memo ID. Retrieve attachment details with optional pagination controls for page size and token.
Instructions
List all attachments for a specific memo
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| memoId | Yes | The memo ID (e.g., "123" or "memos/123") | |
| pageSize | No | Maximum number of attachments to return (default: 50, max: 1000) | |
| pageToken | No | Page token for pagination |