Skip to main content
Glama

asset.library

blender_asset_library

Add objects or collections from a Blender asset library to the current scene by name and path, with optional linking.

Instructions

PartMe Blender Harness command asset.library. Risk: standard; maturity: L3. Requirements: Per-request argument checks and session policy still apply

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
linkNo
pathYes
namesYes
dataTypeYes
_requestIdNoStable request id for replay safety
_authorizationNoAction-bound Harness authorization claim
_transactionIdYesHarness milestone transaction id
_expectedSceneRevisionNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

D1.1/5.0
Behavior1/5

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

The description mentions only 'Risk: standard; maturity: L3' which are opaque classifications, not behavioral traits. The annotations provide no readOnly/destructive/idempotent signals, so the description carries the full burden of explaining side effects, but it offers none.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

It is short, but this is under-specification rather than conciseness. Every phrase is generic and carries no functional content, so the sentence does not earn its place.

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

Completeness1/5

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

With 8 parameters, nested objects, and an output schema, the description is far too minimal. It never explains the operation, what the arguments mean, or what output is returned, leaving the agent to guess from the schema and sibling names.

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

Parameters1/5

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

Schema coverage is only 38% and the core parameters (dataType, names, path, link) are undocumented. The description adds no meaning to any parameter, which is especially costly for a tool with nested objects and required fields.

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

Purpose1/5

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

The description only restates the command name `asset.library` with no concrete action or resource. It does nothing to distinguish this tool from sibling asset tools like blender_asset_import_file or blender_asset_pack_resources.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives. The only note about 'Per-request argument checks and session policy' is generic and does not help an agent choose between asset-related commands.

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