Skip to main content
Glama

manage_sync

Control Roblox project synchronization: check status, configure settings, view history, and manage file transfers between Studio and external tools.

Instructions

[PRO] Project sync management: status, config, history, direction settings, read/write synced files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes[PRO] Sync action. status: get sync status for a place. config: get sync configuration. history: get change history. directions: get per-type sync directions. read_file: read a synced file. write_file: write to a synced file. progress: get real-time sync progress and bandwidth.
placeIdNoPlace ID for sync operations. Used by: status, config, history, directions.
instancePathNoInstance path for file read/write. Used by: read_file, write_file.
contentNoFile content to write. Used by: write_file.
queryNoQuery parameters for history. Used by: history.
Behavior2/5

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

No annotations provided, so description carries full burden. Mentions 'read/write' implying mutation, but fails to disclose destructive potential of write_file, safety warnings, rate limits, or error behaviors expected from a file I/O tool.

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?

Single compact sentence with [PRO] front-loaded. Efficiently enumerates capabilities without redundancy, though slightly dense and lacking structural separation between read operations and destructive write operations.

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

Completeness2/5

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

Complex multi-action tool (7 distinct operations) with nested query objects and file I/O capabilities. No output schema provided, yet description fails to hint at return formats (status object, config structure, history entries, file contents) or PRO requirements.

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 detailed enum descriptions for each action. Description adds no parameter-specific semantics beyond schema, but schema adequately documents required/optional contextual parameters (placeId, instancePath). Baseline 3 appropriate.

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

Purpose4/5

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

States specific capabilities (status, config, history, read/write) and identifies the resource (Project sync). Distinguishes from siblings (manage_assets, manage_scripts) via the 'sync' domain, though could clarify what 'sync' entails specifically.

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?

Lists capabilities but provides no guidance on when to use this tool versus siblings (manage_assets, manage_scripts) or the query/mutate tools. The [PRO] tag hints at licensing but lacks prerequisites or workflow context.

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