get_project_snapshot
Get a paginated overview of a Roblox project, including place identity, counts, remotes, modules, and cache provenance.
Instructions
Returns a bounded project overview with place identity, counts, remotes, modules, cache provenance, and paginated indexed instances.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum results to return. | |
| query | No | Optional name, path, or class filter. | |
| offset | No | Zero-based result offset. | |
| refresh | No | Run analyze_project before building the snapshot. | |
| tree_roots | No | Optional live-tree service roots. | |
| include_live_tree | No | Include a paginated live tree across supported service roots. | |
| include_live_place | No | Read current place identity from Studio. |