search_in_page
Search for plain text inside a Notion page with optional scope to a specific toggle. Finds case-insensitive substring matches in raw block content.
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) |