Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OPENAI_API_KEY | No | Your OpenAI API key for LangGraph integration | |
TAVILY_API_KEY | Yes | Your Tavily API key for web search capabilities |
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 |
---|---|
web_search | Search the web for information about the given query |
roll_dice | Roll the dice with the given notation |
number_fact | Get an interesting fact about a number or date using NumbersAPI. |
space_fact | Get NASA's Astronomy Picture of the Day (APOD) with its title, date, description, and image URL. |
animal_fact | Get a fun fact about a given animal. |
science_term | Explain a science term using Wikipedia summaries. |