Skip to main content
Glama
YihonW

mcp-c4d-2025

by YihonW

Open Document

open_document

Load a Cinema 4D scene file into a new, separate document and switch focus to it. Use this to open files without merging into the current scene.

Instructions

Load a Cinema 4D scene file as a new document. Unlike import_scene (which merges into the current doc), this opens the file as its own document. Pass make_active:true (default) to switch focus to the loaded document. Differs from import_scene which calls MergeDocument.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesAbsolute path to a loadable scene file.
make_activeNoSwitch the active document to the newly loaded one. Default true. False is refused when the current document is blank because Cinema 4D would destroy it during insertion.

Schema Changelog

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

  1. First observedv0.5.0

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations present, the description carries the disclosure burden. It reveals the load-as-new-document behavior, the default focus switch, and the refusal when `make_active:false` would cause destruction of a blank document. It does not fully explain what happens to other open documents, but the central side-effect behavior is covered.

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 short and front-loaded with the core purpose. However, the comparison with `import_scene` is stated twice ('Unlike `import_scene`' and 'Differs from `import_scene`'), which is slightly redundant and could be tightened.

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 simple two-parameter, no-output-schema tool, the description covers the core purpose, the distinguishing behavior, parameter defaults, and an important edge case. It is complete enough for selection and invocation, though it omits details about file format support or return behavior, which are not essential here.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents both parameters well. The description adds minimal extra semantic value, mainly reinforcing the default and purpose of `make_active` and the contrast with import. This meets the baseline for well-covered schemas.

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 a specific action and resource: 'Load a Cinema 4D scene file as a new document.' It explicitly distinguishes this tool from `import_scene`, so an agent can tell them apart based purely on the description.

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

Usage Guidelines5/5

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

The description gives direct usage guidance by contrasting with `import_scene`: use `open_document` when you need the file as its own document, not merged into the current one. It also explains the behavior of the `make_active` parameter and the rejection condition, which is strong invocational guidance.

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