list_books
Retrieve a list of books in a specified folder with optional sorting by recency and result limit. Returns full catalog details including title, contributors, series, and tags.
Instructions
List books in one folder.
order: "recent" (newest first, default) or "oldest". limit: 1-200.
Returns full catalog records: book_id, title, contributors, series, tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| order | No | recent | |
| folder_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||