create-database-rowoleh notion
Insert a new row into a specified Notion database using natural-language property values. Handles property name matching and validation.
npx skills add https://github.com/makenotion/cursor-notion-plugin --skill create-database-rowCreate Database Row
Use the Notion MCP server to insert a new row into a Notion database.
Workflow
- Interpret the request to extract:
- Target database (by name or ID)
- A set of properties expressed as
key=valuepairs (e.g. "Severity=High Owner=Alice Status=Open").
- Resolve the database:
- If multiple matches, ask the user to choose.
- Map the provided keys to the database's actual property names, handling minor naming differences.
- Validate required properties:
- If a required property is missing, ask the user for the value before creating the row.
- Create the row and confirm with:
- The resolved database name
- The new row's key properties
- A link or identifier.
Important
Be robust to capitalization and spacing in property names. Explain any properties you had to infer or skip.
Lebih banyak skill dari notion
notion-knowledge-capture
by notion
Transforms conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context, formats…
notion-meeting-intelligence
by notion
Prepares meeting materials by gathering context from Notion, enriching with Claude research, and creating both an internal pre-read and external agenda saved…
notion-research-documentation
by notion
Searches across your Notion workspace, synthesizes findings from multiple pages, and creates comprehensive research documentation saved as new Notion pages.…
notion-spec-to-implementation
by notion
Turns product or tech specs into concrete Notion tasks that Claude code can implement. Breaks down spec pages into detailed implementation plans with clear…
create-page
by notion
Create a new Notion page, optionally under a specific parent. Automatically structures content based on page type (meeting notes, project pages, etc.).
create-task
by notion
Create a new task in the user's Notion tasks database with sensible defaults for due date, status, owner, and project.
database-query
by notion
Query a Notion database by name or ID and return structured, readable results with optional filters and sorting.
find
by notion
Quickly find pages or databases in Notion by title keywords. Returns precise matches rather than comprehensive results.