Skip to main content
Glama
Haiyang-Bian

blender-research-mcp

by Haiyang-Bian

object.delete

DestructiveIdempotent

Remove a specific unselected object with transactional safety: restore it on rollback or permanently delete its data-block when the transaction commits.

Instructions

Unlink one exact unselected object now, restore it on rollback, or remove the object data-block when the structural transaction commits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
object_nameYes
transaction_idYes
idempotency_keyYes
expected_object_identityYes
expected_scene_generationYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Annotations already mark the operation as write, destructive, and idempotent. The description adds meaningful context beyond those annotations: unlinking happens immediately, rollback restores it, and commit removes the data-block. It also suggests an unselected-object precondition, and it does not contradict any annotation.

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 a single compact sentence and front-loads the core verb (`Unlink`). There is no wasted wording, though the three-way temporal clause (`now`, `rollback`, `when the structural transaction commits`) is slightly hard to parse.

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?

The high parameter count, guard fields, and transaction semantics require more context than the description provides. It does not explain how identity and scene-generation checks work, what idempotency means here, or how `transaction_id` relates to `transaction.begin`/`transaction.commit`, so it is incomplete for correct invocation.

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?

With 0% schema description coverage and five required parameters, the description should carry parameter meaning. It only gestures at `object` and transaction timing; `expected_object_identity`, `expected_scene_generation`, and `idempotency_key` are left undocumented, so an agent cannot reliably know how to fill them correctly.

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 identifies a concrete action (`unlink` / `remove the object data-block`) on a specific resource (`one exact unselected object`). It reads as a deletion/unlink tool and is distinguishable from siblings like `object.duplicate`, `object.set`, or `object.transform`, though the `unselected` requirement is somewhat opaque.

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 transactional wording (`restore it on rollback`, `when the structural transaction commits`) implies the intended context is inside a transaction, but there is no explicit direction about when to choose this over alternatives or how transaction lifecycle functions relate. Usage guidance is present only by implication.

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/Haiyang-Bian/blender-research-mcp'

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