get_file_tree
Retrieve the full hierarchy of a Roblox Studio project, including script types, models, and folders, starting from a specified or default path.
Instructions
Get complete hierarchy of the Roblox Studio project with script types, models, and folders
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | Optional path to start from (defaults to workspace root) |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"default": "",
"description": "Optional path to start from (defaults to workspace root)",
"type": "string"
}
},
"type": "object"
}