set_edition_owned
Update whether you own a specific book edition. Requires the edition ID from get_edition.
Instructions
Mark an edition as owned or not owned. Use get_edition to find the edition ID first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owned | Yes | true to mark as owned, false to un-own. | |
| edition_id | Yes | Edition ID (from get_edition). |