Notion

notion_create_database

Create a new inline database inside a page (legacy). Must include at least one title property in the schema.

Remote node2flow/notion

Other tools also called notion_create_database? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "title": {
      "type": "array",
      "description": "Database title as rich text"
    },
    "parent": {
      "type": "object",
      "description": "Parent page: { \"type\": \"page_id\", \"page_id\": \"...\" }"
    },
    "properties": {
      "type": "object",
      "description": "Property schema. Must include a title property."
    }
  }
}
          

Provider

Notion →