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.
List email message IDs from inbox. Use get-email to fetch full content for each message.
| Field | Value |
|---|
| Name | gmail:list-emails |
| Group | Integrations |
Playground
{
"type": "object",
"properties": {
"maxResults": {
"type": "number",
"description": "Maximum number of messages to return (1-500)"
},
"q": {
"type": "string",
"description": "Gmail search query (e.g. is:unread, from:user@example.com)"
},
"labelIds": {
"type": "array",
"items": {
"type": "string",
"description": "One label id item supplied to the tool."
},
"description": "Only return messages with these label IDs (e.g. INBOX, UNREAD)"
},
"end_user_id": {
"type": "string",
"description": "End-user ID for per-user OAuth token resolution"
}
},
"description": "Input schema for the gmail:list-emails tool."
}
Output schema
This tool does not publish an output schema.