Skip to main content
Glama

Roblox Studio MCP Server

search_by_property

Identify objects in Roblox Studio by searching for specific property values. Input the property name and value to quickly locate matching items in your project.

Instructions

Find objects with specific property values

Input Schema

NameRequiredDescriptionDefault
propertyNameYesName of the property to search
propertyValueYesValue to search for

Input Schema (JSON Schema)

{ "properties": { "propertyName": { "description": "Name of the property to search", "type": "string" }, "propertyValue": { "description": "Value to search for", "type": "string" } }, "required": [ "propertyName", "propertyValue" ], "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