Skip to main content
Glama

blender_new_file

Destructive

Start a fresh empty scene, discarding all current objects and edits. Clears the workspace for a new project.

Instructions

Start a new empty scene, discarding everything currently open.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emptyNo
response_formatNo'markdown' for readable output, 'json' for raw structured data.json

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv2.0.0

TDQS

A3.9/5.0
Behavior4/5

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

The description aligns with the destructiveHint annotation and adds useful context by specifying that everything currently open is discarded. It does not contradict annotations and provides a clearer picture of the destructive scope.

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 a single sentence with no filler, front-loads the action, and states the critical consequence immediately.

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 simple destructive reset tool, the description together with the destructiveHint annotation adequately conveys what happens. The response_format parameter is already described in the schema, so the description does not need to cover it.

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

Parameters2/5

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

Schema description coverage is only 50%, and the description does not explain the 'empty' boolean parameter beyond the word 'empty' in the tool name, nor does it add meaning for 'response_format'. The description leaves parameter semantics mostly to the schema.

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 uses a specific verb ('Start') and resource ('new empty scene'), and explicitly states the destructive effect ('discarding everything currently open'). This clearly distinguishes it from sibling file/open/undo tools.

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 intended use is implied: use this when you want to discard the current scene and begin fresh. However, it does not explicitly mention alternatives like blender_open_blend or blender_undo, or state when not to use it.

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