gmail_search_messages
Search Gmail messages using a custom query to retrieve filtered results in JSON format, including subject and messageId, for efficient email tracking and management.
Instructions
Gmail内で指定したクエリに一致するメールを検索します。 queryパラメータはGmailの検索クエリ形式で指定します。 例: "subject:Meeting newer_than:1d"
結果はJSONで返り、メール一覧(件名、messageIdなど)を含みます。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
query | Yes |