Skip to main content
Glama
sosadly
by sosadly

save_project

Save your open Blockbench project as a .bbmodel file. Optionally provide a file path for desktop saving; otherwise, Blockbench's standard save flow is used.

Instructions

Save the open project as a .bbmodel. Provide path to save to a specific file (desktop), otherwise Blockbench's save flow is used.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathNoAbsolute file path to save to (optional).
Behavior3/5

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

No annotations are provided, so the description bears full responsibility. It discloses the basic save behavior but does not mention potential side effects like overwriting existing files, required permissions, or whether a project must be open. The description lacks detail on error conditions or confirmation dialogs.

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?

The description is extremely concise, consisting of two short sentences that front-load the main action and then explain the parameter behavior. Every sentence serves a purpose with no redundancy.

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?

Considering the tool's simplicity and the presence of sibling tools, the description covers the essential functionality. However, it does not mention return values or success/failure indications, which would be helpful given the lack of an output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% coverage for the 'path' parameter. The description adds value by explaining the optional nature and the consequence of providing or omitting it (desktop save vs. default flow), which goes beyond the schema description.

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 action ('save'), the resource ('open project'), and the file format ('.bbmodel'). It distinguishes itself from sibling tools like 'load_project' and 'export_project' by specifying the save operation.

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?

The description provides guidance on when to use the tool and explains the behavior of the optional 'path' parameter: provide a path to save to a specific file, otherwise use Blockbench's default save flow. It does not explicitly mention alternative tools for related tasks, but the context is clear.

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/sosadly/blockbench-mcp'

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