Skip to main content
Glama

generate_world_from_multi_image

Create a 3D world from multiple images taken at different azimuth angles by providing image URLs and corresponding angles.

Instructions

Generate a 3D world from multiple images at specified azimuth angles.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
image_urlsYesList of public image URLs (must match azimuths_deg length).
azimuths_degYesAzimuth angles in degrees for each image (0-360). Example: [0, 90, 180, 270] for 4 images at cardinal directions.
text_promptNoOptional guiding text.
display_nameNoOptional name for the world.
modelNo'marble-1.1' or 'marble-1.1-plus'.marble-1.1

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations provided, so description must disclose behavior. It only states what the tool does but omits implications: generation time, constraints on image consistency, world properties, or error conditions.

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

Conciseness4/5

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

Single sentence is concise and front-loaded with key purpose. No unnecessary words, but could benefit from a brief additional sentence on constraints.

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?

With full schema coverage and an output schema, the description is minimally sufficient. However, it does not mention the matching length requirement between image_urls and azimuths_deg, nor other prerequisites.

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 100%, with all parameters documented. The description adds no new parameter meaning beyond repeating azimuth angles. Baseline 3 is appropriate.

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?

Description clearly states the tool generates a 3D world from multiple images with azimuth angles. Verb 'generate' and resource '3D world' are specific, and it distinguishes from siblings like generate_world_from_image or generate_world_from_video.

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

Usage Guidelines3/5

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

Description implies usage when multiple images with azimuths are available but lacks explicit when-not or alternatives. No guidance on prerequisites or comparison to other generation tools.

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