notion_update_task
Update an existing Notion task by changing only the fields you provide: name, status, or due date. Keep other task details unchanged.
Instructions
Update fields on an existing Notion task. Only provided fields change.
Args: params.notion_id: Notion page ID (from notion_get_tasks). params.name/status/due_date: Fields to update.
Returns: str: JSON dict of the updated task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |