Skip to main content
Glama

Roblox Studio MCP Server

get_project_structure

Retrieve the hierarchical structure of a Roblox game project, starting from the workspace root or a specified path. Adjust the maxDepth parameter to explore deeper levels or filter results to show only scripts and script containers.

Instructions

Get complete game hierarchy. IMPORTANT: Use maxDepth parameter (default: 3) to explore deeper levels of the hierarchy. Set higher values like 5-10 for comprehensive exploration

Input Schema

NameRequiredDescriptionDefault
maxDepthNoMaximum depth to traverse (default: 3). RECOMMENDED: Use 5-10 for thorough exploration. Higher values provide more complete structure
pathNoOptional path to start from (defaults to workspace root)
scriptsOnlyNoShow only scripts and script containers

Input Schema (JSON Schema)

{ "properties": { "maxDepth": { "default": 3, "description": "Maximum depth to traverse (default: 3). RECOMMENDED: Use 5-10 for thorough exploration. Higher values provide more complete structure", "type": "number" }, "path": { "default": "", "description": "Optional path to start from (defaults to workspace root)", "type": "string" }, "scriptsOnly": { "default": false, "description": "Show only scripts and script containers", "type": "boolean" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/boshyxd/robloxstudio-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server