Skip to main content
Glama

apply_cdl_from_file

Apply CDL values and metadata from a CCC or EDL file to timeline clips with matching names.

Instructions

Parse a CCC or EDL file and apply CDL values to matching timeline clips.

Matches clips by name using exact, no-extension, and fuzzy matching. Also applies metadata (Episode, Scene, Shot, Take, Camera) if present in the CDL file.

Args: cdl_path: Path to a .ccc or .edl file containing CDL data.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
cdl_pathYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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 disclosing behavioral traits. It mentions the matching logic and metadata application but fails to describe side effects (e.g., overwriting existing CDL), idempotency, error handling, or required permissions. This is insufficient for a tool that modifies timeline clips.

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 relatively concise with three sentences and an Args section. It front-loads the main purpose and includes relevant matching details. Minor improvement could be removing the redundant mention of metadata application after the first sentence.

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 presence of an output schema (though not shown), the description adequately covers file parsing, matching methods, and metadata application. However, it lacks details on error conditions (e.g., file not found, no matching clips) and the exact return value, which would be needed for a fully comprehensive description.

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?

The input schema only defines 'cdl_path' as a string. The description adds significant meaning by specifying the file must be .ccc or .edl and contain CDL data, which is not evident from the schema alone. However, it does not address path format (absolute/relative) or validation.

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 tool parses a CCC or EDL file and applies CDL values to matching timeline clips. It specifies the verb 'parse' and resource 'CDL file', and distinguishes from siblings like 'set_cdl' by focusing on file-based application.

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?

The description explains that clips are matched by name using exact, no-extension, and fuzzy matching, and that metadata is applied if present. However, it does not provide any guidance on when to use this tool versus alternatives such as 'set_cdl' or 'apply_drx_grade', nor does it mention prerequisites or exclusions.

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

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