Gmail
search_email
Advanced Gmail search using Gmail search operators. Supports complex queries like "from:[email protected] has:attachment after:2023/01/01"
Remote sk1122/gmail-osiris
Other tools also called search_email?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"minLength": 1,
"description": "Advanced Gmail search query (supports Gmail search operators)"
},
"maxResults": {
"type": "number",
"default": 10,
"maximum": 100,
"minimum": 1,
"description": "Maximum number of results to return"
},
"includeBody": {
"type": "boolean",
"default": false,
"description": "Include email body content in results (may slow down search)"
}
}
}