Ccoral_benchmarks
HomeReportSourcesProbesFindingsTimelineMethodologyContributingDeploy
gmail source

Functions · gmail

3 table functions

search_drafts
untested

Provider-native Gmail search over drafts using the drafts.list `q` parameter. Accepts standard Gmail search syntax. Query `draft_details` by `id` to fetch the full draft message.

q
search_messages
untested

Provider-native Gmail search over messages using the messages.list `q` parameter. Accepts standard Gmail search syntax (for example `from:`, `subject:`, `newer_than:`, `has:attachment`). Returns message and thread IDs only; query `message_details` by `id` for headers, payload, or raw content.

q
search_threads
untested

Provider-native Gmail search over threads using the threads.list `q` parameter. Accepts standard Gmail search syntax. Query `thread_details` by `id` to fetch the messages in a matched thread.

q
© 2026 Vicky Kumar / FiscalMindset · MIT
GitHubIssuesContributing