systemprompt_search_notion_pages_by_title
Find Notion pages by searching for titles matching your query, supporting exact or partial matches to locate specific content quickly.
Instructions
Searches specifically for Notion pages with titles matching the provided query. Useful for finding exact or similar title matches when you know the page name.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title text to search for. Can be exact or partial match. | |
| maxResults | No | Maximum number of matching pages to return. Defaults to 10 if not specified. |