Skip to main content
Glama

List MoGraph Clones

list_mograph_clones

Read per-clone transforms from a MoGraph generator (Cloner, Matrix, Tracer) and return clone count, indices, positions, and optional matrices.

Instructions

Read the per-clone transforms from a MoGraph generator (Cloner / Matrix / Tracer / …). The bridge forces a scene pass so the MoData array is populated before sampling. Returns {count, returned, clones: [{index, pos, matrix?}]}. supported:false when the build lacks c4d.modules.mograph or when the handle isn't a MoGraph generator.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
handleYesMoGraph generator (e.g. Omgcloner).
max_countNoCap on clones returned. Default 2048.
include_matrixNoInclude the 4x3 matrix per clone. Default true.
Behavior4/5

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

With no annotations, the description reveals a key behavioral trait: it forces a scene pass to populate data. It also describes the return structure and error condition. However, it does not explicitly state it is read-only or detail performance impacts.

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 concise with four sentences, each serving a distinct purpose: purpose, behavioral detail, return format, and unsupported conditions. No wasted words.

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 has moderate complexity, no output schema, and no annotations, the description covers the essential points: purpose, behavior, return structure, and failure modes. It lacks mention of any prerequisites or side effects beyond the scene pass, but is largely complete.

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 coverage is 100%, so baseline is 3. The description adds context about the handle parameter (must be MoGraph generator) but does not elaborate on max_count or include_matrix beyond what the schema already provides.

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 uses a specific verb ('Read') and clearly identifies the target resource ('per-clone transforms from a MoGraph generator'), with examples of valid generators. The scope is well-defined, distinguishing it from general transform tools.

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 explicitly states when the tool is appropriate (for MoGraph generators) and notes when it is not supported. It implies the tool is for clone data, but does not name alternative tools for non-MoGraph objects.

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