Draw Things MCP

generateImage

Generate an image based on a prompt

Input Schema

NameRequiredDescriptionDefault
guidance_scaleNo
heightNo
negative_promptNo
promptNo
random_stringNo
seedNo
stepsNo
widthNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "guidance_scale": { "type": "number" }, "height": { "type": "number" }, "negative_prompt": { "type": "string" }, "prompt": { "type": "string" }, "random_string": { "type": "string" }, "seed": { "type": "number" }, "steps": { "type": "number" }, "width": { "type": "number" } }, "type": "object" }

You must be authenticated.

Other Tools