Skip to main content
Glama
YihonW

mcp-c4d-2025

by YihonW

Create or Update Redshift AOV

rs_upsert_aov

Creates or updates a Redshift AOV type/name pair for render outputs. Controls AOV parameters, enabled state, multipass or direct-file output, and RenderData binding in Cinema 4D.

Instructions

Create or update one exact Redshift AOV type/name pair.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesAOV name.
typeYes
paramsNo
enabledNo
document_nameNoOpen document name.
direct_file_pathNoAbsolute output path.
render_data_nameNoRenderData name.
multipass_enabledNo
direct_file_enabledNo

Schema Changelog

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

  1. First observedv0.5.0

TDQS

B3/5.0
Behavior2/5

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

With no annotations provided, the description alone must convey safety and side effects. The text discloses that the operation can create or update, but it doesn't state whether the update overwrites existing settings, whether other AOVs are untouched, what preconditions exist, or what response the caller should expect. This is very thin for an annotation-free mutation tool.

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?

One sentence, front-loaded with the core verb and resource, with no filler. Every word earns its place.

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 9-parameter tool with no output schema and no annotations, this description is not complete enough. It explains the identity pair but leaves the update semantics, optional parameters, effect on existing AOVs, and return behavior unspecified, so an agent would struggle to invoke it correctly with confidence.

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 description coverage is only 44%, so the description needs to explain the remaining parameters. It adds value by clarifying that type and name together form the identity pair, but it says nothing about the 'params' object or other optional fields such as enabled, document_name, render_data_name, direct_file_path, multipass_enabled, or direct_file_enabled.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the action ('Create or update') and the target ('Redshift AOV type/name pair'), and the word 'exact' distinguishes it from bulk AOV tools like rs_clear_aovs or rs_configure_render. However, it does not explicitly name sister tools, so it isn't fully differentiated on its own.

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

Usage Guidelines3/5

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

The phrase 'Create or update one exact... pair' implies this is the tool to call when you want to ensure a single AOV exists with a specific identity. But it gives no explicit guidance about when not to use it, nor does it mention alternatives such as rs_list_aovs, rs_remove_aov, or batch-oriented tools.

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