Skip to main content
Glama

Roblox Studio MCP Server

search_files

Locate files in Roblox Studio using name, type, or content patterns. Simplify file retrieval within projects by specifying search criteria and type.

Instructions

Find files by name, type, or content patterns

Input Schema

NameRequiredDescriptionDefault
queryYesSearch query (name, type, or content pattern)
searchTypeNoType of search to performname

Input Schema (JSON Schema)

{ "properties": { "query": { "description": "Search query (name, type, or content pattern)", "type": "string" }, "searchType": { "default": "name", "description": "Type of search to perform", "enum": [ "name", "type", "content" ], "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