library_list
Retrieve a paginated list of saved reading items from your store. By default returns previews; include full text when requested.
Instructions
List saved ReadingItems from a configured store. By default returns previews, not full clean_text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| store | No | default | |
| offset | No | ||
| project | No | ||
| include_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| error | No | ||
| items | No | ||
| store | No | default | |
| success | Yes |