download_doc_tabs
Download a Google Doc with tabs, saving a complete Markdown export and individual tab files into a local folder.
Instructions
Download a Google Doc using "Hybrid Split-Sync". Creates a folder containing:
_Full_Export.md: The entire doc as Markdown (High Fidelity).
[TabName].md: Raw text content of each individual tab.
Args: user_google_email: The user's Google email address. Required. local_dir: Local directory to save files into. file_id: The Google Drive file ID or its search alias (e.g. "A"). dry_run: If True (default), return planned tab-download operation without local writes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | ||
| local_dir | Yes | ||
| file_id | Yes | ||
| dry_run | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |