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 |
|---|---|
| art-gallery | Generates an art gallery for a specific artist |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search-by-title | Search for artworks by title in the Art Institute of Chicago. Pagination is supported with the page parameter |
| get-artwork-by-id | Get additional information, including an image if available, about a specific artwork by its ID from the Art Institute of Chicago. Using the value of Artwork ID from the 'search-by-title' tool. |
| full-text-search | Search for artworks in the Art Institute of Chicago collection whose metadata contains mention of the query term.Pagination is supported with the page parameter |
| search-for-artist | Search for artists in the Art Institute of Chicago collection |
| get-artwork-by-artist | Get artworks by artist id in the Art Institute of Chicago collection. Pagination is supported with the page parameter. |
| search-by-medium | Search for artworks by medium in the Art Institute of Chicago. Pagination is supported with the page parameter |