search_in_page
Search plain text within any Notion page, optionally restricted to a specific toggle or heading by title. Finds case-insensitive substring matches.
Instructions
Search raw Notion block plain text inside a page, optionally scoped to one toggle or toggleable heading by title. Matching is case-insensitive plain substring search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes | Page ID | |
| query | Yes | Plain substring to search for (case-insensitive, non-empty) | |
| within_toggle | No | Optional toggle title to restrict search scope (case-insensitive) |