Skip to main content
Glama

Set Active Selection

set_selection

Sets the active selection in Cinema 4D by specifying objects, tags, or materials. Supports replacing or adding to the current selection, or clearing all selection.

Instructions

Replace or extend the active document's selection. Pass objects (first becomes the active object), tag, or material. With mode:'add' the listed objects are added to the existing selection; with mode:'replace' (default) the prior selection is cleared first. clear:true deselects everything and ignores other fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagNoTag handle to set as active.
modeNoApplies to `objects`. Default 'replace'.
clearNoIf true, deselect everything and ignore other fields.
objectsNoObject handles to select. The first becomes the active object.
materialNoMaterial handle to set as active.
Behavior4/5

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

The description explains key behaviors: modes (add/replace), clear flag ignoring other fields, and that the first object becomes active. With no annotations provided, it carries the full burden and does so well, though it could mention prerequisites like having an active document.

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 two sentences, front-loaded with the main purpose, and every sentence provides necessary information without redundancy. It is well-structured and concise.

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?

Given the tool's complexity (5 parameters, selection management) and no output schema, the description is fairly complete, covering all key behaviors. However, it could mention the return value (likely none) or prerequisites (e.g., active document) for full completeness.

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

Parameters5/5

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

The description adds significant meaning beyond the input schema, explaining that the first object in 'objects' becomes active, mode applies to objects, and clear overrides other parameters. This helps the agent understand parameter interactions.

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 tool's function: to replace or extend the active document's selection. It specifies multiple selection methods (objects, tag, material) and modes, distinguishing it from siblings like get_selection and set_mesh_selection.

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 clear guidance on when to use this tool (changing selection) and explains modes and the clear flag. However, it does not explicitly mention when not to use it or name alternative tools, though the context of siblings helps.

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/kumoproductions/mcp-cinema4d'

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