gmail_search
ActiveTool of Gmail
declared in 0.1.0
Search emails using Gmail query syntax (e.g., 'from:sender@example.com', 'subject:invoice', 'has:attachment', 'after:2024/01/01', 'is:unread'). Returns matching message IDs.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "from:bob@example.com after:2024/01/01 has:attachment"
},
{
"query": "is:unread subject:invoice",
"max_results": 50
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Gmail search query (e.g., \"from:bob@example.com after:2024/01/01 has:attachment\")"
},
"max_results": {
"type": "number",
"description": "Maximum number of messages to return (default 10, max 100)"
}
}
}Parent server
Gmail
https://github.com/pipeworx-io/mcp-gmail
1/7 registries