Artfical AI / Connectors
All connectors Open tAI Connect Notion
How it works

Limitations

Current limitations

  • Deleting is not possible anywhere: not a page, not a database entry, not a database. There is no delete tool for this connector.
  • Creating a page directly at the workspace root is not possible. notion_create_page always needs an existing parent page.
  • notion_create_database_entry only sets a database entry's title and an optional plain-text body. Any other configured columns on that database are left empty.
  • notion_append_blocks adds plain paragraphs only. Headings, images, embeds, and other Notion block types are not supported.
  • Changing a database's schema, such as adding or renaming a column, is not possible. notion_get_database_schema is read-only.
  • Access is limited to pages and databases explicitly shared with the tAI connection. Everything else in the workspace is invisible to it.
  • Background access is not possible. Every request happens because something in the conversation called for it.