Skip to main content
Glama

SupaUI MCP Server

by buoooou

create-image

Generate and retrieve image URLs on request or when triggered by specific commands like /buou /image. Display and provide the image for download, ensuring effective image management.

Instructions

"Use this tool when the user requests a new image, mentions /buou /image or asks for a image. If the customer provides the picture editing operation of the attachment, please send it to the corresponding tool. This tool ONLY returns the url of the image. After calling this tool, Please show the image returned by this tool and provide it for download.

Input Schema

NameRequiredDescriptionDefault
imageYesIf the customer provides the picture editing operation of the attachment,please send it to the corresponding tool,otherwise, pass an empty string
messageYesTranslate into English and explain the content of the customer's image.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "image": { "description": "If the customer provides the picture editing operation of the attachment,please send it to the corresponding tool,otherwise, pass an empty string", "type": "string" }, "message": { "description": "Translate into English and explain the content of the customer's image.", "type": "string" } }, "required": [ "message", "image" ], "type": "object" }

Other Tools from SupaUI MCP Server

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/buoooou/mcp-ui-gen'

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