Skip to main content
Glama

generate_world_from_image

Convert a public image URL into a navigable 3D world. Returns an operation ID for immediate use.

Instructions

Generate a 3D world from a public image URL.

Returns immediately with an operation_id.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
image_urlYesPublic URL of the source image (jpg, jpeg, png, webp).
text_promptNoOptional text to guide generation.
display_nameNoOptional name for the world.
is_panoramaNoSet True if image is a 360-degree panorama.
modelNo'marble-1.1' or 'marble-1.1-plus'.marble-1.1
seedNoOptional seed for deterministic generation.
tagsNoOptional tags for organising worlds.
disable_recaptionNoIf True, use text_prompt as-is without auto-recaptioning.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description correctly notes that the tool returns immediately with an operation_id, implying asynchronous processing. However, it lacks details about error handling, rate limits, or any destructive effects (none expected). Without annotations, more behavioral context would be beneficial.

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 exceptionally concise with two sentences. The first sentence states the core purpose, and the second adds a critical behavioral detail (synchronous return of operation_id). No superfluous words.

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

Completeness4/5

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

Given the existence of an output schema (context), the description need not detail return values, but it does mention the operation_id. It covers the essential aspects for a generation tool, though additional info on error states or polling could improve completeness.

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 100% and each parameter has a clear description in the schema. The tool description adds no extra insight beyond the schema, meeting the baseline for well-documented parameters.

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

Purpose4/5

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

The description clearly states the tool generates a 3D world from a public image URL. It distinguishes from siblings like generate_world_from_text and generate_world_from_video, but does not explicitly differentiate from generate_world_from_media_asset, which likely handles uploaded media vs public URLs.

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

Usage Guidelines2/5

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

No guidance on when to use this tool versus its siblings, especially generate_world_from_media_asset for uploaded files. No scenarios or prerequisites are mentioned, leaving the agent to infer usage.

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/sandraschi/worldlabs-mcp'

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