add_comment_tool
Add timeline review comments to podcast projects, using timeline seconds to anchor notes to specific moments or spans for clear feedback.
Instructions
Add a timeline review comment (instant or span).
Times are timeline seconds (session/deliverable clock), like chapters - not source-media time. Use search_transcript_tool's timeline_start/end when anchoring to dialogue. track_ids_json / action_texts_json are JSON arrays of strings (optional). Empty track_ids = session-wide. Undoable via history. Pass edit_decision_id to open the single Ask thread for a pending cut (unique per decision; later notes must use add_comment_reply_tool).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| author | Yes | ||
| project_path | Yes | ||
| timeline_end | No | ||
| timeline_start | Yes | ||
| track_ids_json | No | ||
| edit_decision_id | No | ||
| action_texts_json | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |