Notion
LIMITED AI ALWAYS-ON CAPABLENotion centralizes notes, docs, wikis, and tasks in a unified workspace, letting teams build custom workflows for collaboration and knowledge management
Connect Notion to ChatGPT or Claude with your own Notion login or an API key, and your AI can run 55 of its actions. 25 of those only read and change nothing. 6 can delete or send something that cannot be undone, so those need a boundary you set before anyone runs them.
Things you could hand over
You describe what you remember of the title, it searches, and then it reads whichever result you pick and tells you what is in it. Nothing is changed by asking, and finding the page was always the hard part.
Built on: Search Notion pages and databases / Retrieve page / Get page markdown
It pulls the whole page as markdown in a single call, or walks the nested blocks when the detail is in sub-pages. You get an answer about the content rather than a link telling you to go read it.
Built on: Get page markdown / Fetch Notion Block Children / Fetch All Notion Block Contents
It creates the page under the parent you name and adds the content as real blocks with markdown formatting preserved. Text over Notion's two thousand character block limit is split automatically rather than failing.
Built on: Create Notion page / Add multiple content blocks (bulk, user-friendly) / Search Notion pages and databases
Yes, and it fetches the database schema first so each part of your sentence lands in a property of the right type. You say what happened and it works out which column that belongs in, whether that means a new row or setting properties on one that already exists. Finding the existing row is a filtered query rather than a guess, so it changes the row you meant.
Built on: Fetch Database / Insert Row From Natural Language / Insert row database / Query database with filter / Update Database Row (Page)
Upserting matches each incoming item against a filter you define, updates the row when it finds one, and creates the row when it does not. That is the difference between syncing a list and ending up with two of everything.
Built on: Upsert database rows / Query database with filter / Fetch Database
There is an action for exactly this. It deletes the page's existing child blocks and then appends the new ones in batches. Notion offers no transaction around that sequence, so a run that fails part way leaves the page half rebuilt. The action can take a backup first.
Built on: Replace page content (with backup) / Get page markdown / Add multiple content blocks (bulk, user-friendly)
Comments are readable through the connection, and it fetches the unresolved ones for a page so you get what is actually still open rather than the whole thread history. It can pull any single comment in full, read the page they are about so the question has its context, and look up who left each one. Replying is a write into an existing discussion, so the answer lands in the thread the person is watching.
Built on: Fetch comments / Retrieve Comment / Retrieve page / List users / Create comment
Notion databases are creatable through the connection, with the columns and their types defined up front, and an existing one's schema can be changed afterward. So the shape of the tracker is something you can describe rather than click together, and the assistant can read a property back to check what type it ended up as. The database is created as a subpage of a parent page you name.
Built on: Create Notion Database / Update database schema / Fetch Database / Retrieve Database Property / Search Notion pages and databases
- Every candidate here depends on the page or database being shared with the connection you make. A page your own account can open is not automatically reachable, and the connector's own descriptions report a 404 rather than an explanation when it is not.
- Archiving a page to Trash is exposed and is not covered here. The connector describes it as restorable, but your workspace's Trash retention window decides for how long and that cannot be read from outside it.
- Notion views can be listed, created and updated through the connector, and pages can be moved between parents. Neither of those was worked through here.
- No time saving is claimed for any candidate on this page, because none has been measured.
Look for Notion AI. Some AI exists, but it is narrow, gated to a higher tier, or hard to find.
Vendor documentation for this feature8 event triggers. This app can fire automations on its own. One of 34 in this directory that can.