Skip to main content
Glama
RealSlimShady2000

Roblox Executor MCP Server

Search the Luau garbage collector (getgc)

gc-search

Search through Roblox client's garbage collector to find in-memory functions by name or script path, and tables by key/value contents when not reachable via the instance tree.

Instructions

Scan live functions and tables in the Roblox client's garbage collector. Use to locate in-memory functions by name or defining script, or tables by their key/value contents, when the value isn't reachable through the instance tree. Requires an executor that supports getgc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of matches to return (default: 50, max: 200).
queryNoCase-insensitive substring matched against function names / defining script paths and table string keys and values. Omit to enumerate (combine with filterType and limit).
filterTypeNoRestrict results to functions, tables, or both (default: all).all
includeValuesNoFor table results, include a short preview of keys/values (default: false).
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the tool scans functions and tables, uses getgc, and mentions default limit. It doesn't discuss performance or side effects but is reasonably transparent for a scanning tool.

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?

Two sentences, front-loaded with core purpose and usage context. Every phrase adds value.

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?

While the purpose and parameters are clear, the description does not explain what the result looks like (e.g., what properties are returned for each match). Without an output schema, this missing detail reduces completeness.

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?

Schema coverage is 100% with clear descriptions for all four parameters. The description adds no extra meaning beyond the schema, so baseline 3 applies.

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?

The description clearly states the tool scans live functions and tables in the garbage collector, specifically for objects not reachable via the instance tree. This differentiates it from sibling tools like search-instances.

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

Usage Guidelines4/5

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

It explains when to use ('when the value isn't reachable through the instance tree') and mentions a prerequisite ('Requires an executor that supports getgc'). However, it does not explicitly contrast with alternatives like search-instances or script-grep.

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

Install Server

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/RealSlimShady2000/exploitMCP420Edition'

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