List Library
list_libraryRetrieve your saved research papers in reverse chronological order. Review your reading list or check existing saves before adding more papers.
Instructions
List the authenticated user's saved papers (their library), newest first. Read-only. Use this to review a reading list or to see what's already saved before saving more. Requires SF_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many saved papers to return (max 100). | |
| page | No | Page number for paging through a large library. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| papers | No | Matched / returned papers. | |
| total | No | Total results available for the query. | |
| page | No | ||
| limit | No | ||
| mode | No | Search mode actually applied. | |
| direction | No | Citation direction (get_citations: citing | cited_by). | |
| topic | No | ||
| note | No | ||
| not_found | No | Requested IDs that had no match. | |
| next_cursor | No | Keyset cursor for the next page, or null when exhausted. | |
| hits | No | New watch matches (check_watches). | |
| results | No |