Use cases
Use cases
- Catch up on a shared doc. Find the product roadmap page and summarize what changed recently.
- Turn a conversation into a page. tAI drafts a new page nested under the right parent, with the content from the discussion already in it.
- Log something into a tracker. notion_create_database_entry adds a new row to an existing database, such as a bug tracker or a reading list.
- Extend a page without rewriting it. notion_append_blocks adds new paragraphs to the end of a page, leaving everything already there untouched.
- Understand a database before using it. notion_get_database_schema shows what fields exist before querying or adding to it.
- Attach a generated file. notion_upload_file attaches something tAI just produced, such as a summary or a report, to a page.
- Rename as things evolve. notion_update_page_title keeps a page's title in sync with what it has become.