Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_DIR | No | Log directory path (absolute or relative) | ./logs |
| LOG_LEVEL | No | Log level (DEBUG, INFO, WARN, ERROR) | INFO |
| LOG_ENABLE_CONSOLE | No | Enable console output (true or false) | true |
| LOG_RETENTION_DAYS | No | Days to keep logs (number in days) | 30 |
| GOOGLE_CHAT_WEBHOOK_URL | Yes | Google Chat Webhook URL (required by NCBI) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| send_google_chat_text | Send a text message to configured Google Chat webhook |
| send_google_chat_cards_v2 | Send a Cards V2 message to configured Google Chat webhook |
| send_google_chat_markdown | Convert Markdown to Cards V2 and send to configured Google Chat webhook. Falls back to text on failure. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |