feat(drive): add create_drive_folder tool and unit test

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Francesco Mucio
2026-02-06 11:32:19 +01:00
parent 9f16273cb8
commit cc2b23d3db
6 changed files with 121 additions and 1 deletions

View File

@@ -836,6 +836,7 @@ cp .env.oauth21 .env
| `get_drive_file_content` | **Core** | Read file content (Office formats) |
| `get_drive_file_download_url` | **Core** | Get download URL for Drive files |
| `create_drive_file` | **Core** | Create files or fetch from URLs |
| `create_drive_folder` | **Core** | Create empty folders in Drive or shared drives |
| `import_to_google_doc` | **Core** | Import files (MD, DOCX, HTML, etc.) as Google Docs |
| `share_drive_file` | **Core** | Share file with users/groups/domains/anyone |
| `get_drive_shareable_link` | **Core** | Get shareable links for a file |