Skip to main content
Glama

manage_selection

Control Roblox Studio selections: retrieve current items, modify selections, or monitor changes with detailed context and hierarchical data.

Instructions

Get, set, or clear selection. [PRO] context, details, add/remove items, watch changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYesSelection action. Basic: get (current selection), set (replace selection), clear (deselect all), cached (from cache without round-trip). [PRO]: context (detailed with source/properties), details (hierarchical with ancestors/descendants), add (add to selection), remove (remove from selection), watch (monitor changes).
pathsNoArray of instance paths. Used by: set (required), add (required), remove (required).
maxAgeNoMaximum age of cached data in milliseconds. Used by: cached. Default: 30000. Set to 0 for any age.
maxDepthNo[PRO] Maximum depth for descendant tree traversal. Used by: details. Default: 1.
includeSourceNo[PRO] Include script source code. Used by: context. Default: true.
includePropertiesNo[PRO] Include all readable properties. Used by: context. Default: true.
includeChildrenNo[PRO] Include immediate children. Used by: context. Default: false.
includeAncestorsNo[PRO] Include full ancestor chain. Used by: details. Default: false.

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/hope1026/roblox-mcp'

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