Search Gmail for job-related email
search_gmail_for_jobSearch your Gmail for company-specific job messages: recruiter replies, interview invites, rejections. Read-only, supports position and custom queries.
Instructions
Read-only search of the authorized Gmail account for messages related to a company (and optionally position/keywords) — recruiter replies, interview invites, rejections, etc. Does not modify anything. Requires Gmail to be authorized first (see GMAIL_SETUP.md / npm run gmail:auth).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Advanced override for the raw Gmail search query (Gmail search syntax, e.g. 'from:recruiter@acme.com newer_than:30d'). If given, replaces the default company/position query entirely. | |
| company | Yes | Company name to search for. | |
| position | No | Position/title to narrow the search further. | |
| max_results | No | Max messages to return (default 10, max 50). |