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 |
---|---|
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 |
---|---|
generate_image | Generate an image using Google's Gemini 2.0 Flash Experimental model (with learned user preferences) |
gemini-edit-image | Edit existing images using Gemini's AI image editing capabilities (with learned user preferences) |
gemini-chat | Chat with Gemini AI for conversations, questions, and general assistance (with learned user preferences) |
gemini-transcribe-audio | Transcribe audio files to text using Gemini's multimodal capabilities (with learned user preferences) |
gemini-code-execute | Execute Python code using Gemini's built-in code execution sandbox (with learned user preferences) |
gemini-analyze-video | Analyze video files using Gemini's multimodal video understanding capabilities (with learned user preferences) |
gemini-analyze-image | Analyze images using Gemini's multimodal vision capabilities (with learned user preferences) |
gemini-upload-file | Upload files to Gemini File API (up to 2GB) for use in subsequent operations. Files persist for 48 hours. |