Create Database Row banner
makenotion makenotion

Create Database Row

Data community

Description

--- description: 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

Installation

Installs to ~/.claude/skills/makenotion-claude-code-notion-plugin-create-database-row/SKILL.md

Terminal
mkdir -p ~/.claude/skills/makenotion-claude-code-notion-plugin-create-database-row && curl -fsSL https://raw.githubusercontent.com/makenotion/claude-code-notion-plugin/HEAD/commands/create-database-row.md -o ~/.claude/skills/makenotion-claude-code-notion-plugin-create-database-row/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository