Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL_NAME | Yes | The LLM model name to use (e.g., openai/gpt-4o) | |
| OPENAI_API_KEY | Yes | API key for OpenAI service (required for LLM tools) | |
| TAVILY_API_KEY | Yes | API key for Tavily web search service (required for WebSearch tool) | |
| CHEMSPACE_API_KEY | No | API key for ChemSpace service (optional, used as fallback when PubChem lookup fails) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |