notion_search
Search and filter pages or databases by title in Notion, sort results by last edited time, and retrieve responses in JSON or Markdown format for easy readability or further modification.
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 |