mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-17 14:59:35 +00:00
407 B
407 B
Mail module
- Use when you need Mail tools.
- Start in
index.tsfor tool inputs/outputs. Call the direct functions on the module (e.g.searchEmails,viewThreadContent,updateStatus). - Permissions live in
integration.ts. - Trigger payloads live in
triggers.ts. - Read
skills/mail-guidelines.mdfor detailed instructions on email address rules, draft tool selection, and mail best practices.