Search a library
search_librarySearch a library by full-text query to find books, podcasts, series, authors, narrators, and tags. Answers whether you own an item; use list_library_items for broader browsing.
Instructions
Full-text search within one library. Matches books, podcasts, series, authors, narrators and tags. Use this for "do I own X?" questions; use list_library_items with a filter for "show me all X" questions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | Search query | |
| limit | No | Number of entries to return, default 12, max 100 | |
| detail | No | "compact" (default) returns a projection with the fields that matter for browsing; "full" returns the raw Audiobookshelf object including audio files, tracks and chapters, which is very large. | |
| library_id | Yes | Library id, as returned by list_libraries |