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