Skip to main content
Glama

generate_3d_model

Generate a 3D model from a text prompt. Preview, refine, and texture with PBR, then receive the local .glb file.

Instructions

Generate a 3D model from a text prompt via Meshy.ai (preview → refine). The refine stage textures the model: enable_pbr (default True) for PBR textures, texture_prompt for extra guidance. Blocks until ready; returns the local .glb path and Meshy task ids.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
promptYes
timeoutNo
art_styleNorealistic
enable_pbrNo
should_remeshNo
texture_promptNo
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full behavioral burden. It discloses that the tool blocks until ready, runs through preview and refine stages, applies textures, and returns the local .glb path and Meshy task IDs. This is solid behavioral context, though it omits failure modes or side effects.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three tightly written sentences with no filler. Core purpose is front-loaded, and pipeline details, parameter clarifications, and return information each earn their place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a 6-parameter tool with no annotations and no output schema, the description covers key return values and blocking behavior, but leaves several parameters unexplained and provides no usage constraints or examples. It is adequate but has clear information gaps.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must compensate. It explains enable_pbr and texture_prompt, and implicitly covers prompt, but leaves timeout, art_style, and should_remesh undocumented. The partial coverage is helpful but not sufficient for all six parameters.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific verb and resource: 'Generate a 3D model from a text prompt via Meshy.ai'. The preview→refine pipeline adds process detail, and the text-prompt input immediately distinguishes it from image-based siblings like generate_3d_from_image and generate_3d_from_images.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description clearly implies when to use this tool: when you have a text prompt and want a 3D model. It does not explicitly name alternatives or exclusions, but the 'from a text prompt' framing provides enough contextual guidance given sibling names.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/Scottcjn/meshy-youtube-mcp'

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