Google Drive

gd_list_drives

List shared drives (formerly Team Drives) that the user has access to. Supports search query for filtering by name.

Remote node2flow/google-drive

Other tools also called gd_list_drives? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "q": {
      "type": "string",
      "description": "Search query to filter shared drives (e.g., \"name contains 'project'\")"
    },
    "_fields": {
      "type": "string",
      "description": "Alias for fields parameter"
    },
    "page_size": {
      "type": "number",
      "description": "Maximum results per page (1-100, default: 10)"
    },
    "page_token": {
      "type": "string",
      "description": "Pagination token from previous response"
    }
  }
}