> ## Documentation Index
> Fetch the complete documentation index at: https://opensource.weam.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Gmail

Email management and automation through Gmail API integration.

## Available Functions

### Message Search and Retrieval

* `search_gmail_messages`
* `get_gmail_message_content`
* `get_gmail_messages_content_batch`
* `get_gmail_thread_content`
* `get_gmail_threads_content_batch`

### Message Sending and Drafts

* `send_gmail_message`
* `draft_gmail_message`

### Labels and Organization

* `list_gmail_labels`
* `manage_gmail_label`
* `modify_gmail_message_labels`
* `batch_modify_gmail_message_labels`

## Setup

Requires Google OAuth configuration. See [Google Apps](/connections/google/google-apps) setup guide for OAuth credentials and API enablement.
