Create quote
create_quoteSave a quote with author and optional book link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The quote text | |
| tags | No | Tags | |
| author | No | Who said/wrote it | |
| source | No | Source (book title, speech, etc.) | |
| book_id | No | Link to a book by ID | |
| is_favorite | No | Mark as favorite |