notion_query_view
Run a saved database view to fetch matching rows, with title, ID, and URL, bypassing manual filter JSON.
Instructions
Run a database view's saved filter and sorts, returning the matching rows (title + id + url). Use this instead of notion_query_database when the view already encodes the filter you want — no filter JSON needed.
view_id: from notion_list_views. limit: max rows to return (max 100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| view_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |