Email Record Into Task¶
File an email cluster as a context section on an existing task's linked note. Use when the cluster is context for ongoing work (replies on an active deliverable, PR-review notifications about a task you're already tracking) rather than a new task. The target task must already have a note attached; this capability does not implicitly create one. Appends a bulleted 'Emails recorded' section listing each email's subject + sender + date.
MCP name: email_record_into_task
Category: email
Mutates state (retry policy: manual)
Parameters¶
| Name | Type | Required | Description |
|---|---|---|---|
section_heading |
str |
No | Optional section-heading override (default: 'Emails recorded'). |
target_task_id |
str |
Yes | Task ID (e.g. 't-a3f8c1e2') to file the cluster against. Must already have a linked note. |
thread_id |
str |
Yes | Email-cluster sub-thread carrying the emails to record |
Requirements¶
- obsidian