Skip to main content
Glama
blessed0x

scratch-unified-mcp

by blessed0x

Project Save To Cloud

project_save_to_cloud

Build a Scratch project and upload it to scratch.mit.edu, reusing the project ID for subsequent saves and including all assets. Control project visibility as public or private.

Instructions

Build the project and upload it to scratch.mit.edu as the active session.

Creates a new Scratch project the first time, then reuses that id for later saves. Uploads costume and sound files as well as the code, since Scratch stores assets separately and the project would render broken without them.

Refuses to upload a project using TurboWarp-only extensions, and names them, because scratch.mit.edu will not accept it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoProject to publish. Defaults to the active project.
buildNoCompile before uploading. Pass false only if you just built it.
titleNoProject title. Used when creating, and renames on later saves. Max 100 characters.
thumbnailNo"auto" (default) renders the Stage backdrop as the thumbnail, since Scratch only generates one in its editor and an uploaded project otherwise shows a grey placeholder. Pass an image path to use your own, or "none" to leave it alone.auto
visibilityNo"public" to share it, "private" to unshare it, "unchanged" to leave its current state alone.unchanged

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
titleYes
createdYes
warningsYes
project_idYes
visibilityYes
assets_skippedYes
assets_uploadedYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains that the tool builds before uploading, reuses the project id on later saves, uploads assets separately because they are required for correct rendering, and refuses TurboWarp-only extensions. This is strong behavioral context, though it stops short of covering authentication prerequisites or detailed failure modes.

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?

Every sentence earns its place: the first sentence states the core action, and the following sentences explain lifecycle, asset handling, and an important rejection behavior. It is dense but not bloated, with no tangents or repeated schema content.

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

Completeness4/5

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

For a tool with five optional parameters, an output schema, and no annotations, the description covers the important behavioral details: project id reuse, asset upload rationale, and the TurboWarp extension refusal. It is complete enough for routine use, though it could additionally clarify what happens when no active session exists.

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 description coverage is 100%, so the schema already documents all five parameters in detail. The description adds useful behavioral context around building and uploading but does not substantially extend the meaning of the parameters themselves, which keeps this at the baseline.

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?

The description states a specific action—build the project and upload it to scratch.mit.edu—and clarifies that it targets the active session. It is clear and specific, though it does not explicitly differentiate itself from similar sibling tools such as sb3_push_to_scratch or sb3_save_project.

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?

The description conveys when the tool is appropriate by mentioning the first-save vs. later-save lifecycle and warning that TurboWarp-only extensions will be refused. It does not explicitly name alternatives or state when not to use this tool in favor of a sibling, so the guidance is implied rather than explicit.

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

Deploy Server

Other Tools