Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_books | Lists books in the library. Set unread_only=True to see only the books you haven't read yet. |
| add_book | Adds a new book to the library. |
| update_book_status | Updates the owned and/or read status of a book by ISBN. |
| search_books | Searches for books by name or ISBN. |
| delete_book | Removes a book from the library. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| list_books_resource | Returns the list of all books in the database in JSON format. |
| list_unread_books_resource | Returns the list of unread books (reading list) in JSON format. |