Onenote Search
onenote_searchUse full-text search across OneNote pages to find matching content by query. Control result count with an optional limit, up to 200.
Instructions
Full-text search over OneNote page content (FindPages
via the COM bridge). query must be non-empty — rejected as an
[invalid_request] error before any adapter call. limit bounds
the number of rows returned (optional, default 50, hard max 200 —
over-max is clamped, not rejected; <= 0 is rejected). An empty
result is [], not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |