Skip to main content
Glama

MCP Asset Generator

by jbrower95

generateImage

Convert text prompts into high-quality images for game and web development projects by specifying output path, size, and quality using OpenAI’s image generation capabilities.

Input Schema

NameRequiredDescriptionDefault
outputPathAbsoluteYesThe absolute path where the image should be written out.
promptYesText description of the desired image content
qualityNoThe quality of the image.
sizeNoSize of the generated image

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "outputPathAbsolute": { "description": "The absolute path where the image should be written out.", "type": "string" }, "prompt": { "description": "Text description of the desired image content", "type": "string" }, "quality": { "description": "The quality of the image.", "enum": [ "auto", "low", "medium", "high" ], "type": "string" }, "size": { "description": "Size of the generated image", "enum": [ "1024x1024", "1024x1536", "1536x1024", "auto" ], "type": "string" } }, "required": [ "outputPathAbsolute", "prompt" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Asset Generator

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/jbrower95/mcp-asset-gen'

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