Overview
Retrieves all chapters for a specific video project.Parameters
The project ID (e.g.,
prj_abc123xyz)Returns
Returns an array of chapters for the specified project.Example Usage
In Claude
Direct Tool Call
Response
Common Use Cases
Review structure
Review structure
Check chapter count
Check chapter count
Find specific chapter
Find specific chapter
REST API Equivalent
This tool calls:GET /api/v1/projects/{projectId}/chapters
See the List Chapters API documentation for more details.