Skip to main content
Glama
YihonW

mcp-c4d-2025

by YihonW

Batch Execute

batch

Run multiple Cinema 4D operations in a single request, applying them sequentially, continuing on per-op errors, and wrapping them in one undo group.

Instructions

Run many generic ops in one main-thread RPC. Each op is applied in order; by default failures are recorded per op and the batch continues. The whole batch is wrapped in a single undo group unless undo_group=false. Pass document_name to bind every allowed active-document operation to one uniquely named open document and restore the prior active document afterward; document lifecycle, arbitrary Python, and command operations are rejected in this scoped mode.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
opsYesOperations to execute in order.
undo_groupNoWrap the batch in one outer undo group (default true). Set false when ops include undo or mix reads/renders/saves with independently undo-wrapped mutations.
document_nameNoOptional unique open-document name. The bridge activates it atomically for allowed operations, rejects document-switching/bypass operations, verifies the target around every handler, and restores the prior active document in finally.
stop_on_errorNoAbort on first error (default false — errors are collected per op).

Schema Changelog

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

  1. First observedv0.5.0

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations provided, the description fully carries the burden and does so well: it discloses main-thread execution, sequential application, per-op error recording, default undo grouping, active-document binding/restoration, and rejected operation categories. This goes far beyond a minimal 'run multiple ops' statement.

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?

Three dense sentences with no filler; the core action is front-loaded and operational details follow logically. Every sentence earns its place by conveying a distinct behavioral aspect of the tool.

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?

The description combined with the fully documented schema covers execution semantics, error handling, undo behavior, and scoped document handling. The main omission is the shape of the return value, which matters more because there is no output schema.

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 description coverage is 100%, so the baseline is 3. The description adds meaningful semantics by explaining the default behavior of undo_group and stop_on_error and the full document_name scoping model. It does not discuss timeout_ms, but the schema already documents that parameter clearly.

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?

States a specific action ('Run many generic ops in one main-thread RPC') and clearly identifies the resource as a composite operation executor. The batching behavior is distinct from the many individual sibling tools, so an agent can tell this is a container for other registered handlers.

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 explains ordering, per-op failure continuation, undo grouping, and document_name scoping, giving clear context for when this tool is appropriate. It does not explicitly name alternative tools or say 'use this instead of running individual ops', but the use case is strongly implied.

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