insight_remove
Remove an insight from a task by matching its content text with case-insensitive exact match. Returns removed=True if found and deleted.
Instructions
Remove an insight from a task by matching its content text.
Performs a case-insensitive exact content match. Returns removed=True if a matching insight was found and deleted, removed=False otherwise.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | ||
| content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||