gallery_explore
Explore community-generated 3D worlds: browse curated tags, search by keyword, or fetch complete world details with prompts, seeds, and assets.
Instructions
Explore the public Marble community gallery (marble.worldlabs.ai).
[RATIONALE] The gallery is a public showcase of community-generated worlds with full original prompts, seeds, and asset URLs. One portmanteau keeps prompt mining, browsing, world detail lookups, and keyword search under a single tool.
Return Format
{"success": bool, "message": str, "operation": str, "data": {"tag", "entries": [...], "next_page_token", "count"} | {"world": {...}} | {"query", "searched", "matched", "entries": [...]}}
Examples
gallery_explore(operation="browse", tag="fantasy", page_size=10) gallery_explore(operation="world", world_id="8a62c661-aaf2-41fe-a980-f9bef671dcea") gallery_explore(operation="prompts", tag="curated", page_size=20) gallery_explore(operation="search", query="vienna") gallery_explore(operation="search", query="cyberpunk alley", tag="all", page_size=5)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Gallery tab: curated, stylized, realism, interior, hq, fantasy, sci-fi — or 'all' for search. Default 'curated'. | curated |
| query | No | Keyword phrase for the 'search' operation (e.g. 'vienna', 'cyberpunk', 'tokyo vinyl'). All tokens must match; case-insensitive. | |
| world_id | No | World UUID for the 'world' operation (from browse results). | |
| max_pages | No | Search scan depth per tag (default 5, max 15). Polite bound on upstream requests. | |
| operation | Yes | Operation: browse lists community worlds by tag; world fetches one world's detail; prompts returns a compact prompt-mining list; search finds entries whose title/prompt/owner match all query tokens. | |
| page_size | No | Max entries for browse/prompts, or result limit for search (default 10, max 50). | |
| page_token | No | Pagination token from a previous browse response's next_page_token. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||