search_my_library
Search books you already own by matching title or subtitle, then filter results by reading status or shelf. Returns count and book details with rating.
Instructions
Full-text search restricted to the user's own library (matches book title and subtitle). Returns { count, books[] } with status and rating. When to use: find a specific book the user already owns. For catalog-wide discovery use search_books; to list everything on the shelves (optionally by status) use list_my_books. Requires SANSFICTION_TOKEN (a bearer token from https://sansfiction.com/docs/agents).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return. Default 10. | |
| query | Yes | Text matched (case-insensitive) against titles/subtitles of books you own. | |
| status | No | Restrict to one shelf. Default 'all'. |