Skip to main content
Get metadata and details about a specific file or folder

Tool details

FieldValue
Namedrive__get_file
GroupIntegrations

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "fileId": {
      "type": "string",
      "description": "Google Drive file ID"
    },
    "fields": {
      "type": "string",
      "description": "Partial response field selector"
    }
  },
  "required": [
    "fileId"
  ],
  "description": "Input schema for the drive__get_file tool."
}

Output schema

This tool does not publish an output schema.