search_in_page
Search plain text inside any Notion page with case-insensitive substring matching. Optionally scope the search to a specific toggle or toggleable heading by its title.
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) |