Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_book_by_title | Search for a book by its title on Open Library. |
get_authors_by_name | Search for author information on Open Library. |
get_author_info | Get detailed information for a specific author using their Open Library Author Key (e.g. OL23919A). |
get_author_photo | Get the URL for an author's photo using their Open Library Author ID (OLID e.g. OL23919A). |
get_book_cover | Get the URL for a book's cover image using a key (ISBN, OCLC, LCCN, OLID, ID) and value. |
get_book_by_id | Get detailed information about a book using its identifier (ISBN, LCCN, OCLC, OLID). |