List authors
list_authorsList all authors in a library with their book counts. Use a library ID to retrieve author browsing data, then filter for a specific author's books.
Instructions
Lists all authors of a book library with their number of books. To list the books of one author, call list_library_items with filter_group="authors" and filter_value=.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |