Overview
Theget_place_info tool retrieves metadata about the currently open place in Roblox Studio, including the place ID, place name, and various game configuration settings.
Use Cases
- Verify which place is currently open in Studio
- Retrieve place ID for publishing or API operations
- Access game settings and configuration metadata
- Validate the Studio environment before making changes
Parameters
This tool takes no parameters.Response Structure
The unique identifier for the Roblox place
The name of the place as shown in Roblox Studio
An object containing various game configuration settings and metadata
Example Response
Usage Examples
Basic Usage
Validate Place Before Operations
Logging and Debugging
Tips and Best Practices
The
gameSettings object structure may vary depending on your Studio version and place configuration. Always check for the specific properties you need.Common Issues
Issue: Tool returns null or empty data- Ensure Roblox Studio is running and the MCP bridge plugin is active
- Verify that a place is currently open in Studio (not just a blank project)
- This typically means the place hasn’t been saved/published yet
- Save the place to Roblox to generate a valid place ID
Related Tools
get_services- Get available Roblox servicesget_project_structure- Get the complete game hierarchyget_selection- Get currently selected objects