Skip to main content
Glama

worldlabs_help

Retrieve structured documentation for World Labs MCP tools, Marble API models, workflows, and context. Choose detail level and filter by topic.

Instructions

World Labs MCP API reference — three detail levels.

Returns structured documentation about every tool in this server, the Marble API models, typical workflow, and World Labs context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
detailNoLevel of detail to return. 'quick' — tool names + one-line descriptions only. 'standard' — names, descriptions, args, returns, workflow, models. 'verbose' — everything above + full docstrings, examples, notes, World Labs company/API context, and output format docs.standard
topicNoOptional filter. One of: generate, upload, poll, world, meta. Returns all tools if topic doesn't match any group.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

The description mentions three detail levels, providing some behavioral insight. However, with no annotations provided, it does not disclose traits such as read-only nature, permission requirements, or potential 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 concise, consisting of two short sentences with no fluff. It front-loads the primary purpose and details effectively.

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 presence of an output schema, the description adequately covers the tool's purpose and parameters. It mentions what the tool returns (documentation, models, workflow, context), which is sufficient for a help tool of moderate complexity.

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%, so the schema already explains the parameters well. The description adds minimal extra meaning beyond mentioning 'three detail levels', which is already in the schema. 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?

The description clearly states that the tool returns structured documentation about every tool in the server, Marble API models, typical workflow, and World Labs context. It distinguishes itself from siblings which are operational tools (e.g., generate_world_from_image) by being a help/reference tool.

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?

The description implies usage for retrieving documentation but does not explicitly state when to use this tool versus alternatives. It lacks guidance on when not to use it or comparisons to other 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