generate_image
Create custom images using the Buu AI MCP Server by specifying a subthread ID for tailored graphic generation.
Instructions
[PRIVATE] - Generate image
Input Schema
Name | Required | Description | Default |
---|---|---|---|
subthreadId | Yes | Subthread ID used to generate the image |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"subthreadId": {
"description": "Subthread ID used to generate the image",
"type": "string"
}
},
"required": [
"subthreadId"
],
"type": "object"
}