0.0.4pypi · gemini-gen-mcp · current release
Observed 2026-08-24T01:06:39.658Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.
{
"experimental": {},
"logging": {},
"prompts": {
"listChanged": false
},
"resources": {
"subscribe": false,
"listChanged": false
},
"tools": {
"listChanged": true
},
"extensions": {
"io.modelcontextprotocol/ui": {}
}
}| Tool | Category | Annotations | Risk |
|---|---|---|---|
text_to_imageGenerate images from text using Gemini's Flash (Nano Banana) Image models.Input schema{
"additionalProperties": false,
"properties": {
"prompt": {
"description": "Text description of the image to generate",
"type": "string"
},
"model": {
"description": "Supported Gemini image generation models.",
"enum": [
"gemini-2.5-flash-image",
"gemini-3-pro-image-preview"
],
"type": "string",
"default": "gemini-2.5-flash-image"
},
"aspect_ratio": {
"description": "Supported aspect ratios for image generation.",
"enum": [
"1:1",
"2:3",
"3:2",
"3:4",
"4:3",
"4:5",
"5:4",
"9:16",
"16:9",
"21:9"
],
"type": "string",
"default": "1:1"
},
"temperature": {
"default": 1,
"description": "Sampling temperature for image generation (default: 1.0)",
"type": "number"
},
"top_p": {
"anyOf": [
{
"type": "number"
},
{
"type": "null"
}
],
"default": null,
"description": "Nucleus sampling parameter for image generation (optional)"
}
},
"required": [
"prompt"
],
"type": "object"
} | — | — · — | — |
text_to_speechGenerate speech audio from text using Gemini Flash TTS model.Input schema{
"additionalProperties": false,
"properties": {
"text": {
"description": "Text to convert to speech",
"type": "string"
},
"model": {
"description": "Supported Gemini image generation models.",
"enum": [
"gemini-2.5-flash-preview-tts",
"gemini-2.5-pro-preview-tts"
],
"type": "string",
"default": "gemini-2.5-flash-preview-tts"
},
"voice": {
"description": "TTS models voice names.",
"enum": [
"Zephyr",
"Kore",
"Orus",
"Autonoe",
"Umbriel",
"Erinome",
"Laomedeia",
"Schedar",
"Achird",
"Sadachbia",
"Puck",
"Fenrir",
"Aoede",
"Enceladus",
"Algieba",
"Algenib",
"Achernar",
"Gacrux",
"Zubenelgenubi",
"Sadaltager",
"Charon",
"Leda",
"Callirrhoe",
"Iapetus",
"Despina",
"Rasalgethi",
"Alnilam",
"Pulcherrima",
"Vindemiatrix",
"Sulafat"
],
"type": "string",
"default": "Kore"
}
},
"required": [
"text"
],
"type": "object"
} | — | — · — | — |