Skip to main content
Glama
YihonW

mcp-c4d-2025

by YihonW

List C4D Plugins (Any Type)

list_plugins

List installed Cinema 4D plugins by category. Filter by plugin type, name, or host plugin folder to identify the origin of commands and materials.

Instructions

Generalized plugin enumerator. Pass plugin_type (e.g. "material", "shader", "video_post", "command") or a raw int to FilterPluginList. Each entry includes "plugin" (parent folder of the binary, e.g. "OctaneRender 1.7.1") and "plugin_file" (binary basename) for host-plugin attribution. Filter results by name_pattern and/or plugin_pattern regex.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
plugin_typeNoPlugin category: string alias or raw c4d.PLUGINTYPE_* integer. Defaults to 'command'.command
name_patternNoOptional regex applied to plugin display name (e.g. "octane|convert").
plugin_patternNoOptional regex matched against the host plugin folder or binary filename (e.g. "octane" → "OctaneRender 1.7.1"). Useful for commands whose display name does not include the plugin brand.

Schema Changelog

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

  1. First observedv0.5.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the transparency burden and does a solid job by explaining the output entry shape (plugin parent folder and plugin_file basename) and the regex filtering behavior. It doesn't explicitly state that enumeration is side-effect-free or describe error behavior, but the enumerator framing makes the behavior predictable.

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 focused sentences with no wasted words. The lead sentence states the tool's purpose, and each subsequent sentence adds a distinct functional detail about input, output, and filtering.

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 enumerator with three optional parameters and no output schema, the description is sufficiently complete: it covers input modes, output entry fields, and filter behavior. Minor gaps such as result ordering and behavior for unknown plugin_type are unlikely to block correct invocation.

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. The description adds meaningful value by clarifying plugin_pattern semantics (matched against folder/binary and useful when the command display name lacks the plugin brand) and by explaining the plugin/plugin_file output attribution.

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 identifies this as a generalized C4D plugin enumerator covering any plugin type, with concrete examples such as material, shader, video_post, and command. This distinguishes it from sibling list_* tools that target documents, layers, tracks, or graph nodes.

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 gives clear context: pass plugin_type to enumerate plugins, and optionally narrow results with name_pattern and plugin_pattern. It doesn't explicitly name alternatives or exclusions, but no sibling tool appears to be a direct plugin-listing alternative, so the usage context is sufficiently clear.

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