notion_search
Search Notion pages and databases by title with options to filter, sort, and paginate results. Retrieve data in JSON or Markdown format for reading or editing.
Instructions
Search pages or databases by title in Notion
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter | No | Filter results by object type (page or database) | |
format | No | Specify the response format. 'json' returns the original data structure, 'markdown' returns a more readable format. Use 'markdown' when the user only needs to read the page and isn't planning to write or modify it. Use 'json' when the user needs to read the page with the intention of writing to or modifying it. | markdown |
page_size | No | Number of results to return (max 100). | |
query | No | Text to search for in page or database titles | |
sort | No | Sort order of results | |
start_cursor | No | Pagination start cursor |