Skip to main content
Glama
YihonW

mcp-c4d-2025

by YihonW

Set Active Selection

set_selection

Replace or extend the active document selection in Cinema 4D by passing objects, tags, or materials. Supports add/replace modes and a clear option to deselect everything.

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.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.5.0

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It explains the replace-versus-add distinction, the active-object behavior, and the edge case that clear:true ignores other fields. This goes well beyond the schema and gives the agent a realistic model of side effects, though it does not mention return values or error cases.

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 three tightly written sentences with no filler. The core purpose is front-loaded, and each subsequent sentence adds a distinct behavioral rule. Every sentence earns its place.

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 five-parameter tool with no output schema and no annotations, the description covers the main invocation paths, modes, and the clear edge case. It is slightly implicit about the mutual exclusivity of objects, tag, and material, but overall it gives an agent enough context to call the tool correctly.

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

Parameters4/5

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

Schema coverage is 100%, so the baseline is 3, but the description adds meaningful relationships between parameters: the first object becomes the active object, mode only applies to objects, and clear overrides all other fields. This clarifies how the parameters interact beyond their individual schema descriptions.

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 opens with a specific verb and resource: 'Replace or extend the active document's selection.' It clearly distinguishes this from sibling read tools like get_selection by stating its write-like role, and from set_mesh_selection by scoping to the active document selection. The supported selection kinds (objects, tag, material) further clarify what the tool operates on.

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 description gives clear operational guidance for modes and the clear flag, but it does not explicitly state when to use this tool versus alternatives such as get_selection or set_mesh_selection. Usage context is implied rather than stated, and there are no exclusions or references to sibling tools.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/YihonW/mcp-c4d-2025'

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