Skip to main content
Glama

generate_3d_from_image

Generate a 3D model from a single image. Provide a URL or upload a local file to create a GLB asset.

Instructions

Generate a 3D model (GLB) from a single image (async). Provide EITHER image_url (any public http/https image, or a prior generation's files.image) OR image_path (a local file, uploaded directly — no hosting needed). Then wait_for_asset and read files.model. Costs credits — see list_models(category='3d').

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
engineNo
textureNo
image_urlNo
polycountNo
image_pathNoabsolute path to a local image file (≤20MB)
Behavior3/5

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

With no annotations, description must cover behavior. It discloses async operation, cost implications, and workflow steps. However, it omits limits like file size for image_url, supported image formats, error modes, or timeouts. This leaves gaps for a complex tool.

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?

Two sentences, each earning its place. First sentence defines purpose and async nature. Second adds parameter choice and subsequent steps. No redundancy, well front-loaded.

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?

No output schema, so description must explain returns. Mentions read files.model but no details on model format or properties. Workflow is partially explained (wait_for_asset). Cost info is helpful, but lacks complete picture for a multi-parameter async tool.

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 coverage is only 20% (image_path described). Description adds meaning for image_url and image_path—explains acceptable sources and how to use them. But engine, texture, and polycount are not explained, leaving their purpose unclear. Compensates partially for low coverage.

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?

Clearly states 'Generate a 3D model (GLB) from a single image (async)'. Distinguishes from siblings like generate_3d_from_text (text input) and generate_image (2D output). The verb 'generate' and resource '3D model' are specific.

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?

Provides explicit guidance on choosing between image_url and image_path. Mentions async nature and subsequent steps (wait_for_asset, read files.model). Also notes cost and refers to list_models for pricing. Does not explicitly state when not to use, but context is clear.

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/UModeler/picoberry-mcp'

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