Skip to main content
Glama
YihonW

mcp-c4d-2025

by YihonW

Clear Redshift AOVs

rs_clear_aovs

Removes all Redshift AOVs from a specified Cinema 4D document. Use this to clean render passes before reconfiguring outputs.

Instructions

Clear all Redshift AOVs from one explicitly named document.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceYes
document_nameYesUnique open document name.
render_data_nameNoRenderData name.

Schema Changelog

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

  1. First observedv0.5.0

TDQS

C2.9/5.0
Behavior2/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. 'Clear' signals destructive deletion, but the description never explains the required force=true safety gate, whether the operation is undoable, error behavior for unknown documents, or how the optional render_data_name scopes the operation. The only added context is that a document must be explicitly named.

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?

A single front-loaded sentence with zero wasted words: active verb first, then object, then scope qualifier. It is efficient and well-structured, though the length is arguably thinner than 'appropriate' for a destructive tool with a safety gate, preventing a 5.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a destructive tool with no annotations, no output schema, and an unexplained required force parameter, the description is incomplete. Missing: what force confirms, what render_data_name scopes, whether clearing is undoable, and what happens on failure. A 3-parameter mutating tool needs more than one sentence.

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

Parameters2/5

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

Schema coverage is 67%, and the description adds no parameter meaning. The required 'force' parameter is semantically opaque — no schema description, no mention in the description, only const:true. render_data_name's optional scoping behavior is also unexplained, and 'explicitly named document' merely restates document_name's existing schema description.

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 verb ('Clear'), resource ('Redshift AOVs'), and scope ('all... from one explicitly named document'). The 'all' qualifier distinguishes it from rs_remove_aov (single-AOV removal), and 'explicitly named document' distinguishes it from active-document operations. An agent can identify the tool and its differentiation from AOV siblings without opening the schema.

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

Usage Guidelines2/5

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

No when-to-use or when-not-to-use guidance is given, and no alternatives are named even though rs_remove_aov and rs_list_aovs are natural routing candidates. The 'explicitly named document' phrase weakly implies the tool does not act on the active document, but that is an unstated implication rather than explicit 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