Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Export a Google Docs/Sheets/Slides file to another format such as text/plain, text/csv, or application/pdf
| Field | Value |
|---|---|
| Name | drive__export_file |
| Group | Integrations |
{
"type": "object",
"properties": {
"fileId": {
"type": "string",
"description": "Google Drive file ID of the Google Workspace document to export"
},
"mimeType": {
"type": "string",
"description": "Export MIME type, e.g. text/plain, text/csv, application/pdf"
}
},
"required": [
"fileId",
"mimeType"
],
"description": "Input schema for the drive__export_file tool."
}