The Google Drive toolset allows you to perform various management tasks within Google Drive, including searching, creating, organizing, and deleting documents and folders. You can use these tools to list contents, retrieve metadata, move files between folders, rename items, or create new documents from templates.
| Tool | Description |
| ---------------------------- | ---------------------------------------------------------------------------- |
| `listDocuments` | Lists Google Documents in your Drive, optionally filtered by name or content |
| `searchDocuments` | Searches for documents by name, content, or both |
| `getDocumentInfo` | Gets metadata about a document (owner, sharing, modification history) |
| `createDocument` | Creates a new empty Google Document |
| `createDocumentFromTemplate` | Creates a new document by copying a template with placeholder replacements |
| `createFolder` | Creates a new folder in Google Drive |
| `listFolderContents` | Lists files and subfolders within a Drive folder |
| `getFolderInfo` | Gets metadata about a Drive folder |
| `moveFile` | Moves a file or folder to a different Drive folder |
| `copyFile` | Creates a copy of a file or document |
| `renameFile` | Renames a file or folder |
| `deleteFile` | Moves a file or folder to the trash, or permanently deletes it |