chapter_bookmarks
Save, list, or delete named bookmarks for audiobook chapters and positions, stored locally per audiobook for later navigation without API calls.
Instructions
Named chapter+position bookmarks per audiobook, stored in the local sidecar (jump later via jump_to_chapter). save/list/delete. Zero API calls — pure sidecar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| op | No | list | |
| label | No | Bookmark name (required for save) | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| book_uri | No | Audiobook URI, e.g. spotify:audiobook:abc (required for save/delete) | |
| position_ms | No | Position in the book, ms. Default 0. | |
| chapter_name | No | Optional chapter name for context | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |