Read Roblox Studio state
read_studio_stateRetrieve current Roblox Studio state—selection, explorer tree, instance details, or services summary—using safe server-run snippets. Get workspace info without executing arbitrary code.
Instructions
Inspect Studio state in a clean form: 'selection' (current selection), 'explorer_tree' (workspace tree to a depth), 'instance' (one instance by dotted path, e.g. 'Workspace.Model.Part'), or 'services_summary'. Runs a server-owned snippet — no arbitrary code.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | For query=instance: dotted path like 'Workspace.Model.Part'. | |
| depth | No | For query=explorer_tree: max depth (default 2). | |
| query | Yes |