Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
GEMINI_API_KEY | Yes | Your Google Gemini API key | |
GEMINI_MODEL_NAME | No | The specific Gemini model to use (e.g., gemini-1.5-flash) | gemini-2.0-flash |
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 |
---|---|
summarize_youtube_video | Generates a summary of a given YouTube video URL using Gemini Vision API. |
ask_about_youtube_video | Answers a question about the video or provides a general description if no question is asked. |
extract_key_moments | Extracts key moments (timestamps and descriptions) from a given YouTube video. |
list_supported_models | Lists available Gemini models that support the 'generateContent' method. |