Skip to main content
Glama

GeminiMcpServer

by bowwowxx

generateImage

Create custom images using text prompts, specify aspect ratio and output format, integrated with Google Gemini API via GeminiMcpServer for hybrid local-cloud workflows.

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" }
Install Server

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