Skip to main content
Glama

Roblox Studio MCP Server

search_objects

Locate Roblox Studio instances by name, class, or specific properties to streamline project organization and asset management.

Instructions

Find instances by name, class, or properties

Input Schema

NameRequiredDescriptionDefault
propertyNameNoProperty name when searchType is "property"
queryYesSearch query
searchTypeNoType of search to performname

Input Schema (JSON Schema)

{ "properties": { "propertyName": { "description": "Property name when searchType is \"property\"", "type": "string" }, "query": { "description": "Search query", "type": "string" }, "searchType": { "default": "name", "description": "Type of search to perform", "enum": [ "name", "class", "property" ], "type": "string" } }, "required": [ "query" ], "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