Skip to main content
Glama
Cmmdx256

Universal Roblox AI Studio

by Cmmdx256

studio_search

Find Roblox DataModel instances by name pattern, ClassName, CollectionService tag, or attribute values.

Instructions

Search for Instances in the DataModel matching specific criteria such as name pattern, ClassName, tag (CollectionService), or attribute values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoFilter by CollectionService Tag.
limitNoMaximum number of search results to return. Default 50.
queryNoText or pattern to search in Instance names.
scopeNoRoot scope to search within (e.g. "Workspace", "ReplicatedStorage", "ServerScriptService", "game"). Default "game".game
classNameNoFilter by exact ClassName (e.g. "Part", "ModuleScript", "RemoteEvent", "Model").
attributeNameNoFilter by presence of an attribute name.
attributeValueNoFilter by exact attribute value (must specify attributeName).
Install Server

TDQS

A3.5/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full behavioral burden, but it only states the search action. It does not disclose whether the search is recursive, whether it is read-only, how results are returned, or what pattern/query matching rules apply.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

A single, front-loaded sentence that clearly defines the tool with no filler. The examples efficiently convey the range of supported search criteria.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The schema fills in parameter defaults and constraints, making a basic call possible. However, with no output schema and no annotations, the description lacks detail about return shape, recursion behavior, and filter combination semantics, leaving it adequate but incomplete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema already documents all seven parameters with individual descriptions, so the description does not need to repeat them. It adds a useful high-level grouping of criteria but no syntax, dependency, or matching details beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific action ('Search'), a concrete resource ('Instances in the DataModel'), and enumerates meaningful search dimensions (name pattern, ClassName, tag, attribute values). This scope clearly differentiates it from sibling tools focused on scripts, code, or assets.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit when-to-use or when-not-to-use guidance is given, and no alternatives such as script_search or search_asset are mentioned. The intended use is implied by the description and schema, but the agent must infer routing among the many sibling search-like tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Other Tools

Latest Blog Posts

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/Cmmdx256/Roblox-Studio-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server