Skip to main content
Glama

Buu AI MCP Server

generate_model

Create models from image URLs and link them to specific subthreads using the Buu AI MCP Server tool designed for structured data processing.

Instructions

[PRIVATE] - Generate model.

Input Schema

NameRequiredDescriptionDefault
imageRequestIdNoOptional ID of a previously generated image request
imageUrlYesImage URL used to generate the model
subthreadIdYesSubthread ID where the model will be linked

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "imageRequestId": { "description": "Optional ID of a previously generated image request", "type": "string" }, "imageUrl": { "description": "Image URL used to generate the model", "type": "string" }, "subthreadId": { "description": "Subthread ID where the model will be linked", "type": "string" } }, "required": [ "imageUrl", "subthreadId" ], "type": "object" }

You must be authenticated.

Other Tools from Buu AI 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/Buu-AI/buu-mcp-server'

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