get_timeline_chunk
Retrieve a specific JSON chunk to reconstruct timeline session data from Screen MCP. Use sequentially after getting the manifest to assemble complete timeline information.
Instructions
Return one JSON text chunk for a timeline session.
Use this after get_timeline_manifest; fetch chunks from chunk_index=0 to total_chunks-1 in order.
Concatenate chunk_text values to reconstruct the full timeline JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeline_id | Yes | ||
| chunk_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||