asana_set_html_notes
Set rich-text HTML notes on Asana tasks and fix XML invalid errors by auto-sanitizing HTML so it renders correctly.
Instructions
Set rich-text notes on a task using html_notes. Fixes: "XML is invalid" error from official MCP.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sanitize | No | Auto-fix non-whitelisted HTML (h1-6→strong, b→strong, i→em, p/div→breaks) so it renders in Asana. Default true; clean HTML passes through unchanged. | |
| task_gid | Yes | Task GID | |
| html_notes | Yes | HTML content for task notes. Use <body> as root element. |