Google Super

GOOGLESUPER_GET_ABOUT

Tool to retrieve information about the user, the user's Drive, and system capabilities. Use when you need to check storage quotas, user details, or supported import/export formats.

Remote googlesuper

Other tools also called GOOGLESUPER_GET_ABOUT? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "fields": {
      "type": "string",
      "title": "Fields",
      "default": "*",
      "examples": [
        "*",
        "user,storageQuota"
      ],
      "description": "A comma-separated list of fields to include in the response. Use `*` to include all fields."
    }
  }
}