Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LIBRALM_API_KEY | Yes | Your LibraLM API key (get one at libralm.com) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_books | List all available books with their basic information |
| get_book_summary | Get the main summary for a book |
| get_book_details | Get detailed information about a specific book |
| get_table_of_contents | Get the table of contents for a book with chapter descriptions |
| get_chapter_summary | Get the summary for a specific chapter of a book |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| analyze_book | Generate a prompt to analyze a book's themes and content |
| compare_books | Generate a prompt to compare two books |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |