Skip to main content
Glama

GeminiMcpServer

by bowwowxx

generateImage

Create custom images using text prompts with specific aspect ratios and output formats. Integrated with the Gemini API for cloud-powered image generation, enabling hybrid local-cloud workflows through the GeminiMcpServer.

Input Schema

NameRequiredDescriptionDefault
aspectRatioNo
outputFormatNo
promptYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "aspectRatio": { "type": "string" }, "outputFormat": { "type": "string" }, "prompt": { "type": "string" } }, "required": [ "prompt" ], "type": "object" }

Other Tools from GeminiMcpServer

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bowwowxx/GeminiMcpServer'

If you have feedback or need assistance with the MCP directory API, please join our Discord server