Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GOOGLE_API_KEY | Yes | Your Google AI API key for Gemini (get from https://aistudio.google.com/apikey) |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_blog_image | Generate images for blog posts and social media using AI. Available formats:
Examples:
IMPORTANT: Always specify an outputPath to save the image to a meaningful location. If omitted, images are saved to a generated-images/ directory in the current working directory with a timestamped filename. |
| list_image_formats | List all available image format presets with their dimensions and use cases. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |