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_all_books | Get all books. |
get_book_by_id | Get book by ID. |
search_books_by_title | Search books by title. |
search_books_by_author | Search books by author. |
get_books_in_stock | Get books with count > 0. |
buy_book | Buy a book. |
check_availability | Check if book is available. |
restock_book | Add stock to a book. |