notion_create_task
Create a task in your Notion database by providing a name, due date, and initial status. Returns the created task's ID and URL.
Instructions
Create a new task in the Notion Tasks database.
Args: params.name: Task name. params.due_date: Optional due date (ISO date string). params.status: Initial status (default: Not started).
Returns: str: JSON dict of the created task including its Notion ID and URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |