database-query

द्वारा notion

Notion डेटाबेस को नाम या ID से क्वेरी करें और वैकल्पिक फ़िल्टर और सॉर्टिंग के साथ संरचित, पढ़ने योग्य परिणाम लौटाएं।

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

Query Notion Database

Use the Notion MCP server to query a database on the user's behalf.

Workflow

  1. Interpret the request to extract:
    • Target database (by name or ID)
    • Optional filter(s) or sort(s) the user describes.
  2. If multiple databases match the name, ask the user to choose the correct one.
  3. Perform a query that:
    • Applies the requested filters (e.g. status = Active, owner = Alice, due date this week).
    • Limits to a reasonable number of rows (e.g. 20-50) unless the user explicitly asks for more.
  4. Present the results in a compact table-like format with:
    • Key properties (e.g. Name, Status, Owner, Due).
    • A short summary if the database has rich text content.
  5. If no rows match, say so clearly and suggest alternative filters.

Important

Avoid dumping raw JSON. Focus on readability and decision-making value for the user.

notion की और Skills

find
notion
Notion में शीर्षक कीवर्ड द्वारा तुरंत पेज या डेटाबेस खोजें। व्यापक परिणामों के बजाय सटीक मिलान लौटाता है।
official
create-database-row
notion
निर्दिष्ट Notion डेटाबेस में प्राकृतिक-भाषा गुण मानों का उपयोग करके एक नई पंक्ति सम्मिलित करें। गुण नाम मिलान और सत्यापन को संभालता है।
official
create-page
notion
एक नया Notion पेज बनाएँ, वैकल्पिक रूप से किसी विशिष्ट पैरेंट के अंतर्गत। पेज प्रकार (मीटिंग नोट्स, प्रोजेक्ट पेज, आदि) के आधार पर स्वचालित रूप से सामग्री को संरचित करता है।
official
create-task
notion
उपयोगकर्ता के Notion कार्य डेटाबेस में नियत तिथि, स्थिति, स्वामी और परियोजना के लिए उपयुक्त डिफ़ॉल्ट मानों के साथ एक नया कार्य बनाएँ।
official
knowledge-capture
notion
बातचीत और चर्चाओं को Notion में संरचित दस्तावेज़ीकरण पृष्ठों में बदलें। चैट संदर्भ से अंतर्दृष्टि, निर्णय और ज्ञान को कैप्चर करता है...
official
meeting-intelligence
notion
Notion से संदर्भ एकत्र करके, शोध के साथ समृद्ध करके, और Notion में सहेजी गई आंतरिक पूर्व-पठन और बाहरी एजेंडा दोनों बनाकर बैठक सामग्री तैयार करें।
official
research-documentation
notion
अपने Notion वर्कस्पेस में खोजें, कई पृष्ठों से निष्कर्षों को संश्लेषित करें, और उचित उद्धरणों के साथ व्यापक शोध दस्तावेज़ीकरण बनाएं और…
official
search
notion
Notion MCP सर्वर का उपयोग करके उपयोगकर्ता के Notion वर्कस्पेस में खोजें। कीवर्ड या प्राकृतिक भाषा प्रश्नों द्वारा पेज, डेटाबेस और सामग्री खोजने के लिए उपयोग करें।
official