studio_inspect
Inspect any Roblox Instance to retrieve its properties, attributes, tags, children, script presence, and session ID. Target by full path or UUID for a complete snapshot in one call.
Instructions
Perform a comprehensive inspection of a single Instance, returning all its properties, attributes, tags, child summary, script presence, and stable session UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Target Instance full path (e.g. "Workspace.Map.House01") or session UUID (e.g. "id://xyz123"). | |
| includeChildren | No | Whether to include immediate children summary. | |
| includeScriptSourceSnippet | No | If target is a script, include first 20 lines preview. |