search
Search Notion by title keyword to locate pages and databases, returning IDs and metadata for direct use with read, write, list, delete, or move tools.
Instructions
Search the Notion workspace by title keyword. Returns a Markdown list with page/database IDs, titles, and metadata.
Use the returned IDs with other tools: read (to get full content), write (to update), list (to query a database), delete, or move.
Example output:
Search results: "MCP" (2 results)
MCP Design Doc (📝 page)
ID:
abc123Last edited: 2026-02-19
Task Board (database)
ID:
def456
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default: 10) | |
| query | Yes | Search keyword (matched against page/database titles) | |
| filter | No | Filter by type: "page", "database", or "all" (default) | all |