Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Optional flag to enable verbose logging (e.g., 'true'). | |
| GEMINI_API_KEY | Yes | Your Google Gemini API key used for data analysis and reasoning. | |
| PLOTLY_API_KEY | Yes | Your Plotly API key, required for generating visualizations. | |
| PLOTLY_USERNAME | Yes | Your Plotly username, required for generating visualizations. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate-thinking | Generate detailed thinking process text using Gemini's experimental thinking model |
| analyze-csv | Analyze CSV file using Gemini's AI capabilities for EDA and data science insights |
| visualize-data | Generate visualizations from CSV data using Chart.js |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |