Gmail Available Tools - list labels() : List all Gmail labels (system: INBOX, SENT, TRASH, SPAM, DRAFT, IMPORTANT, STARRED, UNREAD; plus user-created labels). - list emails(label?, max results?, include spam trash?) : List emails by label. - (string, optional, default: "INBOX"): Label to filter by (INBOX, SENT, DRAFT, TRASH, SPAM, STARRED, IMPORTANT, or custom label ID) - (integer, optional, default: 10, max: 100): Number of emails to return - (boolean, optional, default: false): Include SPAM and TRASH - search emails(query, max results?) : Search Gmail using query syntax. - (string, required…