Skip to main content
Glama

workspace_state

Retrieve and manage Roblox workspace state: sync hierarchy, snapshot structure, view recent changes, camera info, metadata, scripts, and selection details.

Instructions

[PRO] Workspace state: full sync, snapshot, recent changes, viewport info, clear history, metadata, scripts, selection info, clear cache.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes[PRO] State action. sync: fetch current Workspace state (hierarchy, history, stats). snapshot: get full instance tree structure. changes: get recent changes (added/removed/modified). viewport: get camera position, FOV, viewport size, selection bounds. clear_history: clear change history. metadata: get workspace metadata. scripts: get script list. selection_info: get selection info. clear_cache: clear state cache.
includeMetadataNoInclude metadata (instance counts, timestamps). Used by: sync. Default: true.
limitNoMaximum number of changes to return. Used by: changes. Default: 20.
includeCameraInfoNoInclude camera position and settings. Used by: viewport. Default: true.
includeSelectionBoundsNoInclude current selection bounds info. Used by: viewport. Default: true.
Behavior2/5

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

With no annotations, the description must disclose behavioral traits. It does not mention that actions like 'clear_history' and 'clear_cache' are destructive, nor any permissions or side effects. The read/write nature of each action is implied only through action names.

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

Conciseness4/5

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

The description is very short (one line) and concise, though it is a simple list without structural hierarchy (e.g., bullet points). It conveys the available actions efficiently for a compact tool.

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?

Given the tool's complexity (9 distinct actions), the description only provides action names without explaining their behavior. The schema fills the gap, but the description alone is insufficient for an agent to understand the tool's full capabilities.

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 has 100% description coverage, so the baseline is 3. The tool description adds minimal value beyond listing action names; detailed parameter semantics are deferred entirely to the schema.

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

Purpose3/5

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

The description lists sub-actions like 'full sync, snapshot, recent changes' but lacks a clear, single-sentence statement of the tool's overall purpose. It reads as a list rather than a coherent description, leaving ambiguity about the tool's primary function.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus its siblings (e.g., manage_sync, query_instances). It does not mention prerequisites, context, or alternative approaches for achieving similar results.

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

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