What Runner can do with Notion. These are grounded in the real backend connector definitions, not generic marketing filler.
Search the workspace or one database
notion-searchFull-text search across the workspace, optionally scoped to a specific database.
“Search Notion for the latest Luminance board prep page and scope it to the portfolio database if needed.”
Runner finds the current page before any update or summary starts.
Fetch the page or schema first
notion-fetchRead any page or database by URL or ID, returning schema for databases.
“Fetch the investor updates database so we can inspect the exact property names before writing.”
Runner works from the real schema instead of guessing at Notion structure.
Create a new page or database row
notion-create-pagesCreate standalone pages or database entries.
“Create a new weekly update entry in the founder comms database from this recap.”
The workflow output lands directly in the workspace where the team tracks it.
Update the existing page cleanly
notion-update-pageUpdate page properties or insert content into an existing page.
“Update the deal page with the meeting summary and next-step status.”
Shared workspace context stays current without manual cleanup work.
Query a saved database view
notion-query-database-viewRun the query attached to a saved Notion view.
“Open the active fundraising view and pull the rows that still need partner follow-up.”
Runner can work from the team's real Notion view logic, not a generic search.