Search every saved library object
list_library_objectsSearch and paginate across the account's saved items, standalone notes, and highlights through one corpus. Uses the same Postgres matching as the app and REST API; approximate=true identifies spelling recovery. Returns stable refs for get_library_object. Use list_library when you specifically need item lifecycle filters or reading history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum objects to return in this page, from 1 to 100. Defaults to 50. | |
| query | No | Full-text search across saved items, notes, and highlights; omit to list the whole corpus. | |
| types | No | ||
| cursor | No | Opaque page token: pass the previous response's nextCursor verbatim and never construct one. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| objects | Yes | ||
| partial | Yes | ||
| nextCursor | Yes | ||
| approximate | No | ||
| matchedTerms | No |