create-page
Create Notion Page
Use the Notion MCP server to create a new page for the user.
Workflow
- Parse the request into:
- Page title
- Optional parent page/database (if the user mentions a parent)
- If the parent is ambiguous, ask a brief clarification question before creating the page.
- Create the page with a sensible default structure based on the title:
- For "Meeting notes", include sections like Attendees, Agenda, Notes, Action items.
- For "Project" pages, include sections for Overview, Goals, Timeline, Tasks, Risks.
- Confirm creation back to the user with:
- Page title
- Parent location
- Link or identifier.
Important
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.
11tasks-build
Build a task from a Notion page URL. Fetches task details, marks it in progress, implements the work, and updates status in Notion.
10