Gmail nodes
Tools for organizing, searching, and sending Gmail emails. These nodes are also served as MCP tools on the gmail MCP server. Back to the full node reference.
Gmail Organize Emails
gmail_organize_emails · natural-language configurable · destructive · 1 credit on Cloud
Organize Gmail messages by applying labels, stars, categories, read state, or trash actions to messages matching a search query.
Credential: Gmail (OAuth)
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
actions | array<object> | ✓ | Actions to apply to the matching emails. |
keywords | string | ✓ | Gmail search query used to select emails to organize. |
Output
Returns a list of records — reference fields downstream as $<node>.result.
| Field | Type | Description |
|---|---|---|
result | object | |
status | boolean | Whether the organize operation completed successfully. |
Gmail Search Emails
gmail_search_emails · natural-language configurable · read-only · idempotent · 1 credit on Cloud
Search Gmail messages using Gmail's standard search syntax and return matching email summaries.
Credential: Gmail (OAuth)
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
query | string | ✓ | Gmail search query (uses Gmail's standard search syntax). |
Output
Returns a list of records — reference fields downstream as $<node>.result.
| Field | Type | Description |
|---|---|---|
result | object | |
status | boolean | Whether the search completed successfully. |
Gmail Send Email
gmail_send_email · natural-language configurable · 1 credit on Cloud
Send an email through Gmail.
Credential: Gmail (OAuth)
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
body | string | ✓ | Plain text body of the email. |
subject | string | ✓ | Email subject line. |
to | string | ✓ | Recipient email address. |
Output
Returns a list of records — reference fields downstream as $<node>.status.
| Field | Type | Description |
|---|---|---|
status | boolean | Whether the email was sent successfully. |