apple_books
Manage Apple Books library, see current reading, list collections, search books, and open the app via Mac automation.
Instructions
Control Apple Books. Actions: library, reading_now, collections, search, open. Note: Books has limited AppleScript support — some actions may return partial results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search query | |
| action | Yes | library: List books in library (first 20); reading_now: Get currently reading book; collections: List collections/shelves; search: Search books by opening Books app search; open: Open Books app | |
| confirm | No | Set to true to confirm a protected/destructive action. Without this, protected actions return a preview instead of executing. |