create-database-row

作成者: notion

指定されたNotionデータベースに、自然言語のプロパティ値を使用して新しい行を挿入します。プロパティ名のマッチングと検証を処理します。

npx skills add https://github.com/makenotion/cursor-notion-plugin --skill create-database-row

Create Database Row

Use the Notion MCP server to insert a new row into a Notion database.

Workflow

  1. Interpret the request to extract:
    • 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.

Important

Be robust to capitalization and spacing in property names. Explain any properties you had to infer or skip.

notionのその他のスキル

notion-knowledge-capture
notion
会話や議論をNotionの構造化されたドキュメントページに変換します。チャットのコンテキストから洞察、決定事項、知識を取得し、フォーマット…
notion-meeting-intelligence
notion
Notionからコンテキストを収集し、Claudeのリサーチで補完して、内部用の事前読み物と外部用のアジェンダを作成することで、会議資料を準備します。
notion-research-documentation
notion
Notionワークスペース全体を検索し、複数ページからの調査結果を統合して、新しいNotionページとして保存される包括的な調査ドキュメントを作成します。…
knowledge-capture
notion
会話や議論をNotionの構造化されたドキュメントページに変換します。チャットコンテキストから洞察、決定、知識をキャプチャします…
meeting-intelligence
notion
Notionからコンテキストを収集し、リサーチで補完して、社内用の事前読み物と社外用のアジェンダを作成し、Notionに保存することで、会議資料を準備します。
research-documentation
notion
Notionワークスペース全体を検索し、複数ページからの調査結果を統合して、適切な引用を含む包括的な研究ドキュメントを作成します…
spec-to-implementation
notion
製品や技術仕様を具体的なNotionタスクに変換します。仕様ページを詳細な実装計画に分解し、明確なタスク、受け入れ基準、および…
tasks-build
notion
NotionページのURLからタスクを構築します。タスクの詳細を取得し、進行中にマークして作業を実装し、Notionのステータスを更新します。