Google Super

GOOGLESUPER_LIST_SHARED_DRIVES

Tool to list the user's shared drives. Use when you need to get a list of all shared drives accessible to the authenticated user.

Remote googlesuper

Other tools also called GOOGLESUPER_LIST_SHARED_DRIVES? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "q": {
      "type": "string",
      "title": "Q",
      "default": null,
      "nullable": true,
      "description": "Query string for searching shared drives."
    },
    "pageSize": {
      "type": "integer",
      "title": "Page Size",
      "default": null,
      "maximum": 100,
      "minimum": 1,
      "nullable": true,
      "description": "Maximum number of shared drives to return per page."
    },
    "pageToken": {
      "type": "string",
      "title": "Page Token",
      "default": null,
      "nullable": true,
      "description": "Page token for shared drives."
    },
    "useDomainAdminAccess": {
      "type": "boolean",
      "title": "Use Domain Admin Access",
      "default": null,
      "nullable": true,
      "description": "Issue the request as a domain administrator. If set to true, then all shared drives of the domain in which the requester is an administrator are returned."
    }
  }
}