Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_API_KEY | Yes | Your Google AI Studio API key |
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 |
|---|---|
| url_context_extract | Extract content from URLs using Gemini AI and return structured JSON with pages, answer, and metadata |
| google_search | Search the web using Google Search grounding via Gemini API. Provides search results with sources and citations. |