Skip to main content
Glama

set_timeline_item_property

Set properties like Pan, Tilt, Zoom, or Opacity on a specific timeline item in DaVinci Resolve by defining track type, track index, and item index.

Instructions

Set a property on a specific timeline item.

Parameters:

  • property_key: Property name (e.g. "Pan", "Tilt", "ZoomX", "ZoomY", "Opacity", "CropLeft", "CropRight", "CropTop", "CropBottom", "RotationAngle", "FlipX", "FlipY", "CompositeMode", "RetimeProcess", "Scaling", etc.)

  • property_value: Value to set (will be auto-converted to appropriate type)

  • track_type: "video", "audio", or "subtitle" (default: "video")

  • track_index: 1-based track index (default: 1)

  • item_index: 0-based index of the item in the track (default: 0)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
property_keyYes
property_valueYes
track_typeNovideo
track_indexNo
item_indexNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are present, so the description carries the full burden. It only mentions that property_value is auto-converted, but does not disclose side effects, whether the change is immediate, or any permissions required.

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?

The description is concise with a clear opening sentence and a bullet-like parameter list. It is well-structured and easy to scan, though slightly verbose with the list formatting.

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

Completeness3/5

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

Given the parameter count and the existence of an output schema, the description covers input semantics well but does not explain the output or error handling. It is adequate but missing context on behavior upon success/failure.

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?

With 0% schema description coverage, the description adds significant value by listing parameter names, providing examples for property_key, explaining type conversion for property_value, and stating defaults for track_type, track_index, and item_index.

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 states the action ('Set') and the resource ('property on a specific timeline item'). It is specific and distinguishes from sibling tools that add, get, or delete items.

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 usage guidelines are provided. There is no indication of when to use this tool versus other property-related tools (e.g., get_timeline_item_properties) or alternatives for bulk updates.

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/barckley75/resolve-claude-mcp'

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