Skip to content
Action Community By @WorkflowAI Team

Gmail Search Tool

A tool that searches Gmail messages based on a user query and returns matching emails.

Connected Apps: Gmail Google Workspace

Installation Guide

1. Enable Gmail API in Google Cloud Console. 2. Download credentials.json. 3. Run the authorization flow.

Detailed Documentation

Gmail Search Tool

Search through your Gmail inbox using custom queries and filter patterns.

Configuration

{
  "query": "from:[email protected]",
  "limit": 10
}