create-task
Create Notion Task
Use the Notion MCP server to create a new task for the user.
Workflow
- Interpret the request to extract:
- Task title (required)
- Optional due date
- Optional status
- Optional owner/assignee
- Optional project or related page
- Identify the appropriate "Tasks" database:
- Prefer a database whose name or description clearly indicates tasks/todo items.
- If more than one candidate exists, ask the user to choose.
- Create a new row with:
- Title set to the task title.
- Due date, Status, Owner, Project, or similar properties mapped when available.
- Confirm creation by returning:
More from makenotion/cursor-notion-plugin
database-query
Query a Notion database by name or ID and return structured, readable results with optional filters and sorting.
23search
Search the user's Notion workspace using the Notion MCP server. Use for finding pages, databases, and content by keywords or natural-language queries.
17find
Quickly find pages or databases in Notion by title keywords. Returns precise matches rather than comprehensive results.
11tasks-plan
Create an implementation plan from a Notion task or specification. Breaks down requirements into actionable steps with estimates and dependencies.
11create-database-row
Insert a new row into a specified Notion database using natural-language property values. Handles property name matching and validation.
11create-page
Create a new Notion page, optionally under a specific parent. Automatically structures content based on page type (meeting notes, project pages, etc.).
10