search_gmail
Search Gmail inbox using Gmail search syntax to find emails by sender, subject, read status, or other criteria for revenue tracking and business management.
Instructions
Search Gmail inbox. Use Gmail search syntax like 'from:email@example.com' or 'is:unread' or 'subject:proposal'
Input Schema
Name | Required | Description | Default |
---|---|---|---|
maxResults | No | Max results (default: 25, max: 100) | |
query | No | Gmail search query (default: 'is:unread') |
Input Schema (JSON Schema)
{
"properties": {
"maxResults": {
"description": "Max results (default: 25, max: 100)",
"type": "number"
},
"query": {
"description": "Gmail search query (default: 'is:unread')",
"type": "string"
}
},
"type": "object"
}