setup_gdrive
Create organized Google Drive folder structures for medical documents, automatically categorizing by patient type (oncology or general) and handling bilingual naming conventions.
Instructions
Create the folder structure in a GDrive root folder (patient-type-aware).
Idempotent: checks for existing folders by name before creating. Handles both bilingual and legacy EN-only folder names (renames old to bilingual). Oncology patients skip general-only folders; general patients skip oncology-only.
Args: root_folder_id: The Google Drive folder ID to create subfolders in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| root_folder_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |