Skip to main content
Glama

Ontology MCP

by bigdata-coss

mcp_gemini_create_image

Generate images from text prompts using Gemini, returning both text and visuals. Features include SynthID watermarking, interactive editing, and mixed text-image outputs. Use explicit requests like "create image" for best results.

Instructions

Gemini 모델을 사용하여 텍스트 프롬프트에서 이미지를 생성합니다. 텍스트와 이미지를 함께 반환합니다. 주요 특징: 1) 생성된 모든 이미지에는 SynthID 워터마크 포함 2) 대화식 이미지 수정 가능 3) 텍스트와 이미지가 혼합된 출력 생성 가능. 최상의 성능을 위해 EN, es-MX, ja-JP, zh-CN, hi-IN 언어를 사용하세요. 이미지 생성이 항상 트리거되지 않을 수 있으므로 "이미지 생성", "이미지 제공" 등의 표현을 명시적으로 요청하세요.

Input Schema

NameRequiredDescriptionDefault
fileNameNo저장할 이미지 파일 이름 (확장자 제외)
modelNo사용할 Gemini 모델 ID (예: gemini-2.0-flash-exp-image-generation)gemini-2.0-flash-exp-image-generation
promptYes이미지 생성을 위한 텍스트 프롬프트. 이미지를 명시적으로 요청하려면 "이미지 생성", "이미지 제공" 등의 표현을 포함하세요.
saveDirNo이미지를 저장할 디렉토리./temp

Input Schema (JSON Schema)

{ "properties": { "fileName": { "description": "저장할 이미지 파일 이름 (확장자 제외)", "type": "string" }, "model": { "default": "gemini-2.0-flash-exp-image-generation", "description": "사용할 Gemini 모델 ID (예: gemini-2.0-flash-exp-image-generation)", "type": "string" }, "prompt": { "description": "이미지 생성을 위한 텍스트 프롬프트. 이미지를 명시적으로 요청하려면 \"이미지 생성\", \"이미지 제공\" 등의 표현을 포함하세요.", "type": "string" }, "saveDir": { "default": "./temp", "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