Skip to main content
Glama

Roblox Studio MCP Server

search_by_property

Locate objects in Roblox Studio by specifying a property name and value, enabling precise identification of elements within 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