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

@@ -72,6 +72,7 @@ export OAUTHLIB_INSECURE_TRANSPORT=1 # Development only
| `search_drive_files` | Core | Search files with Drive query syntax or free text |
| `get_drive_file_content` | Core | Read content from Docs, Sheets, Office files (.docx, .xlsx, .pptx) |
| `create_drive_file` | Core | Create files from content or URL (supports file://, http://, https://) |
| `create_drive_folder` | Core | Create empty folders in Drive or shared drives |
| `list_drive_items` | Extended | List folder contents with shared drive support |
| `update_drive_file` | Extended | Update metadata, move between folders, star, trash |
| `get_drive_file_permissions` | Complete | Check sharing status and permissions |