Skip to main content
Glama

Ontology MCP

by bigdata-coss

mcp_gemini_generate_images

Generate high-quality images using text prompts with Google Imagen models, supporting customizable parameters like size, quantity, and file naming for efficient image creation.

Instructions

Google Imagen 모델을 사용하여 이미지를 생성합니다. 곧 mcp_gemini_generate_image 도구로 대체될 예정입니다.

Input Schema

NameRequiredDescriptionDefault
fileNameNo저장할 이미지 파일 이름 (확장자 제외)imagen-1755209535150
modelNo사용할 모델 ID (예: imagen-3.0-generate-002)imagen-3.0-generate-002
numberOfImagesNo생성할 이미지 수 (1-4)
promptYes이미지 생성을 위한 텍스트 프롬프트
saveDirNo이미지를 저장할 디렉토리./temp
sizeNo생성할 이미지 크기1024x1024

Input Schema (JSON Schema)

{ "properties": { "fileName": { "default": "imagen-1755209535150", "description": "저장할 이미지 파일 이름 (확장자 제외)", "type": "string" }, "model": { "default": "imagen-3.0-generate-002", "description": "사용할 모델 ID (예: imagen-3.0-generate-002)", "type": "string" }, "numberOfImages": { "default": 1, "description": "생성할 이미지 수 (1-4)", "maximum": 4, "minimum": 1, "type": "number" }, "prompt": { "description": "이미지 생성을 위한 텍스트 프롬프트", "type": "string" }, "saveDir": { "default": "./temp", "description": "이미지를 저장할 디렉토리", "type": "string" }, "size": { "default": "1024x1024", "description": "생성할 이미지 크기", "type": "string" } }, "required": [ "prompt" ], "type": "object" }

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/bigdata-coss/agent_mcp'

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