Skip to main content
Glama

Edit Timeline Marker

set_marker

Update a Cinema 4D timeline marker's name, color, position, or length by targeting it via index, frame, or name, with errors on ambiguous matches.

Instructions

Rename, recolour, move, or resize an existing timeline marker. Identify the target by exactly one of index (from list_markers — always unambiguous), frame, or name (the latter two error if several markers match). Pass at least one update field. Returns the updated marker's info.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoTarget by name (errors on ambiguity).
colorNoNew colour as [r, g, b] floats in 0..1.
frameNoTarget the marker at this frame (errors on ambiguity).
indexNoTarget by position in the marker chain (see list_markers).
new_nameNoNew label for the marker.
new_frameNoMove the marker to this frame.
length_framesNoNew marker length in frames.
new_time_secondsNoMove the marker to this time in seconds (mutually exclusive with new_frame).

Schema Changelog

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

  1. Addedv0.4.3

TDQS

A4.5/5.0
Behavior4/5

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

Annotations are empty, so the description carries full burden. It discloses behavioral traits: the indexing method is always unambiguous, frame/name error on multiple matches, and it returns the updated marker's info. It also states the requirement of at least one update field. This covers the core behavior, though it doesn't explicitly mention side effects or permissions. Given the empty annotations, this is a solid disclosure.

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 four concise sentences, front-loaded with the purpose. It conveys the action, targeting rule, requirement for updates, and return value with zero fluff. Every sentence earns its place; no redundancy.

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

Completeness5/5

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

Given 8 parameters, 100% schema coverage, no annotations, and no output schema, the description covers all essential operational aspects: what it does, how to identify the target, the requirement for at least one update, and the return value. The schema covers individual parameter details. There are no missing gaps that would prevent an agent from calling this tool correctly.

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 baseline is 3. The description adds the overarching selection rule that exactly one of index, frame, or name must be provided, and differentiates index as always unambiguous. It also notes the need for at least one update field. While schema already documents per-parameter details (including ambiguity errors and mutual exclusivity), the description adds the integrated targeting constraint, providing value beyond the individual parameter descriptions.

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 opens with a specific verb + resource: 'Rename, recolour, move, or resize an existing timeline marker.' It clearly states the action and object, distinguishes from siblings by focusing on modifying an existing marker rather than creating or removing one. No ambiguity in purpose.

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 usage context: how to identify the target (exactly one of index/frame/name), notes that frame and name error on ambiguity, and requires at least one update field. It implicitly differentiates from create_marker and remove_marker by stating 'existing timeline marker,' but does not explicitly name those alternatives or state when not to use it. This is clear context without explicit exclusions.

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/kumoproductions/mcp-cinema4d'

If you have feedback or need assistance with the MCP directory API, please join our Discord server