Skip to content

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

FieldTypeRequiredDescription
actionsarray<object>Actions to apply to the matching emails.
keywordsstringGmail search query used to select emails to organize.

Output

Returns a list of records — reference fields downstream as $<node>.result.

FieldTypeDescription
resultobject
statusbooleanWhether 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

FieldTypeRequiredDescription
querystringGmail search query (uses Gmail's standard search syntax).

Output

Returns a list of records — reference fields downstream as $<node>.result.

FieldTypeDescription
resultobject
statusbooleanWhether 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

FieldTypeRequiredDescription
bodystringPlain text body of the email.
subjectstringEmail subject line.
tostringRecipient email address.

Output

Returns a list of records — reference fields downstream as $<node>.status.

FieldTypeDescription
statusbooleanWhether the email was sent successfully.