Skip to main content
Glama

timeline_overview

Inspect clip IDs, labels, tracks, frame ranges, and markers to verify timeline state before and after edits.

Instructions

Inspect stable unique clip IDs, positional labels, tracks, frame ranges and markers. Call before and after edits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
max_itemsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description carries the full burden. 'Inspect' implies a read-only operation, and 'stable unique clip IDs' adds useful behavioral context about ID persistence across edits. However, it does not disclose operational caveats such as how max_items affects results or whether output is truncated.

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 a single sentence with no wasted words. It front-loads the inspected content and ends with the recommended call timing, making it easy to parse quickly.

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?

This is a simple one-parameter tool with an output schema available, so return values do not need to be described in detail. The description states what is inspected and when to call it, which is sufficient for an agent to select and invoke it correctly.

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 0%, and the description never mentions the sole parameter max_items. The schema provides type and default, but the description adds no meaning about what max_items limits or how it affects the returned overview.

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 uses the specific verb 'Inspect' and enumerates concrete resources: stable unique clip IDs, positional labels, tracks, frame ranges, and markers. This clearly distinguishes it from sibling tools like timeline_frame or timeline_audio, though it does not explicitly name a sibling alternative.

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?

'Call before and after edits' gives a clear temporal usage context: this tool is meant for capturing timeline state for comparison. It does not state exclusions or name alternative tools, so it stops short of the top score.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.