Google Super

GOOGLESUPER_LIST_LABELS

Retrieves a list of all system and user-created labels for the specified Gmail account.

Remote googlesuper

Other tools also called GOOGLESUPER_LIST_LABELS? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "user_id": {
      "type": "string",
      "title": "User Id",
      "default": "me",
      "examples": [
        "me",
        "[email protected]"
      ],
      "description": "Identifies the Gmail account (owner's email or 'me' for authenticated user) for which labels will be listed."
    }
  }
}