searchby notion
Search the user's Notion workspace using the Notion MCP server. Use for finding pages, databases, and content by keywords or natural-language queries.
npx skills add https://github.com/makenotion/cursor-notion-plugin --skill searchNotion Search
Use the Notion MCP server to search the user's Notion workspace for content related to the query.
Behavior
- Interpret the query as a natural-language search (e.g. "Q1 roadmap", "customer feedback", "bugs triage").
- Prefer fast, high-signal tools such as workspace search or database queries.
- If multiple results are found, summarize them as a short, scannable list, including:
- Page/database title
- Type (page, database, task list, etc.)
- A one-line description or key fields
- If no results are found, suggest refinements or alternative queries.
When you answer, do not dump raw JSON. Return a human-readable summary with links/identifiers that the user can click in Notion.
More skills from notion
notion-knowledge-capture
by notion
Transforms conversations and discussions into structured documentation pages in Notion. Captures insights, decisions, and knowledge from chat context, formats…
notion-meeting-intelligence
by notion
Prepares meeting materials by gathering context from Notion, enriching with Claude research, and creating both an internal pre-read and external agenda saved…
notion-research-documentation
by notion
Searches across your Notion workspace, synthesizes findings from multiple pages, and creates comprehensive research documentation saved as new Notion pages.…
notion-spec-to-implementation
by notion
Turns product or tech specs into concrete Notion tasks that Claude code can implement. Breaks down spec pages into detailed implementation plans with clear…
create-database-row
by notion
Insert a new row into a specified Notion database using natural-language property values. Handles property name matching and validation.
create-page
by notion
Create a new Notion page, optionally under a specific parent. Automatically structures content based on page type (meeting notes, project pages, etc.).
create-task
by notion
Create a new task in the user's Notion tasks database with sensible defaults for due date, status, owner, and project.
database-query
by notion
Query a Notion database by name or ID and return structured, readable results with optional filters and sorting.