database-query

Query a Notion database by name or ID and return structured, readable results with optional filters and sorting.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "database-query" with this command: npx skills add makenotion/cursor-notion-plugin/makenotion-cursor-notion-plugin-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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

search

No summary provided by upstream source.

Repository SourceNeeds Review
General

find

No summary provided by upstream source.

Repository SourceNeeds Review
Research

research-documentation

No summary provided by upstream source.

Repository SourceNeeds Review