Set custom column value
set_custom_columnUpdate a custom column value for a Calibre book. Use get_custom_columns to see available columns and get_book_details to verify the book before updating.
Instructions
Update a custom column value for a book. WARNING: This modifies your Calibre library. Use get_custom_columns to see available columns and get_book_details to verify the book before updating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | New value for the custom column. For boolean columns use 'true'/'false'. For multiple-value columns, separate values with commas. | |
| append | No | If true, append value to existing values (for multiple-value columns). If false (default), replace existing value. | |
| bookId | Yes | Calibre book ID to update. | |
| column | Yes | Custom column name (without the # prefix). Use get_custom_columns to see available columns. |