Propose a Collection
propose_collectionPropose a themed collection of books to the Source Library team — a title, a rationale (why these books belong together and what thread connects them), and an ordered list of book ids. Get book ids from search_library / list_books / get_book. Like submit_feedback and share_findings, this goes to the team for REVIEW — it does NOT create a public collection instantly; a curator reviews and approves it. Use this when the user has identified a coherent set of books worth grouping and wants to contribute that curation back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| No | |||
| title | Yes | Title of the proposed collection (2-200 chars) | |
| book_ids | Yes | Ordered list of book ids to include (1-200). Get ids from search_library / list_books / get_book. | |
| rationale | Yes | Why these books belong together and what connects them (max 5000 chars) | |
| suggested_slug | No | Optional URL slug suggestion, e.g. "renaissance-astronomy" |