set_custom_column
Update a book's custom column value by its lookup name. Use append to add to existing values instead of replacing.
Instructions
Set the value of a custom column for a book.
Custom columns are referenced by their lookup name (e.g. "#status", "#rating"). Use get_custom_columns() to see available columns.
Args: book_id: The Calibre book ID column: Custom column lookup name (e.g. "#status") value: Value to set append: If True, append to existing values instead of replacing
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| book_id | Yes | ||
| column | Yes | ||
| value | Yes | ||
| append | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |