Skip to main content
Glama

mcp-painter

by flrngel

drawing_generateCanvas

Create a customized drawing canvas by specifying width and height in pixels, enabling precise dimensions for digital artwork creation or editing.

Instructions

Generate a new drawing canvas with specified width and height.

Input Schema

NameRequiredDescriptionDefault
heightYesHeight of the canvas in pixels
widthYesWidth of the canvas in pixels

Input Schema (JSON Schema)

{ "properties": { "height": { "description": "Height of the canvas in pixels", "type": "number" }, "width": { "description": "Width of the canvas in pixels", "type": "number" } }, "required": [ "width", "height" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-painter

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/flrngel/mcp-painter'

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