Skip to main content
Glama

object.join

blender_object_join

Combine multiple Blender objects into a single object by joining them, simplifying scene management. Specify the objects and optional new name to merge geometry and attributes.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
newNameNo
objectsYes
_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 gives no behavioral details whatsoever. Annotations are all false, providing no read-only or destructiveness hints, and the text adds nothing about side effects, reversibility, or what happens to the objects. 'Risk' and 'maturity' are meta-data, not behavior.

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?

The description is short, but it is under-specified rather than concise. The phrase 'PartMe Blender Harness command' is filler that adds no value, and the entire text could be replaced by a proper functional description.

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?

For a mutating operation with 6 parameters broken down into groups (objects, transaction, request IDs), the description is completely inadequate. It doesn't explain what the tool does, what the required arguments mean, or what kind of output to expect, making it unusable for an agent to select or invoke correctly.

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?

The schema description coverage is only 50% (leaving 'objects' and 'newName' undocumented), and the tool description does not compensate by explaining these parameters. It adds no information beyond the schema's existing field names and types.

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 'object.join' without explaining what joining objects does. It provides no verb or resource semantics beyond the title itself, making it a pure tautology.

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?

There is zero guidance on when to use this tool or when to prefer alternatives. The only note about requirements ('Per-request argument checks and session policy still apply') is a generic policy reminder, not usage direction.

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