Documentation Index
Fetch the complete documentation index at: https://veryfront.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Search emails by query
| Field | Value |
|---|
| Name | gmail:search-emails |
| Group | Integrations |
Playground
{
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Gmail search query"
},
"maxResults": {
"type": "number",
"description": "Maximum results"
},
"end_user_id": {
"type": "string",
"description": "End-user ID for per-user OAuth token resolution"
}
},
"required": [
"q"
],
"description": "Input schema for the gmail:search-emails tool."
}
Output schema
This tool does not publish an output schema.