/create-database-row
Insert a new row into a specified Notion database using natural-language property values.
> /plugin marketplace add makenotion/claude-code-notion-plugin > /plugin install notion-workspace-plugin@notion-plugin-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/create-database-row
Context preview
What this command does when you run it.
Insert a new row into a specified Notion database using natural-language property values.
Command definition
create-database-row.mddescription: Insert a new row into a specified Notion database using natural-language property values. argument-hint: 'database name or ID; key=value properties'
You are inserting a new row into a Notion database.
Use the Notion Workspace Skill and `notionApi` MCP server to:
1. Interpret `$ARGUMENTS` as:
- Target database (by name or ID)
- A set of properties expressed as `key=value` pairs (e.g. "Severity=High Owner=Alice Status=Open").
2. Resolve the database:
- If multiple matches, ask the user to choose.
3. Map the provided keys to the database’s actual property names, handling minor naming differences. 4. Validate required properties:
- If a required property is missing, ask the user for the value before creating the row.
5. Create the row and confirm with:
- The resolved database name
- The new row’s key properties
- A link or identifier.
Be robust to capitalization and spacing in property names. Explain any properties you had to infer or skip.
This repository provides an official Claude Code plugin that bundles: Notion Skills (from the Notion Cookbook) that teach Claude how to work intelligently inside your Notion workspace The Notion MCP Server, which enables Claude to securely search, read, and
Other commands on notion.
- /create-page
Create a new Notion page, optionally under a specific parent, using the Notion Workspace Skill and Notion MCP server.
Open command - /create-task
Create a new task in the user’s Notion tasks database with sensible defaults.
Open command - /database-query
Query a Notion database by name or ID and return structured, readable results.
Open command - /find
Quickly find pages or databases in Notion by title keywords.
Open command - /search
Search the user’s Notion workspace using the Notion MCP server and Notion Workspace Skill.
Open command - /build
Build a task from a Notion page URL
Open command

