Create Data Source
notion_create_data_sourceAdd a new data source to an existing Notion database, extending its property schema and data integration.
Instructions
Add an additional Notion data source to an existing database. Do not use this to create a new database; use notion_create_database for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Title of the data source as it appears in Notion. An array of rich text objects. | |
| format | No | Specify the response format. 'json' returns the original data structure, 'markdown' returns a more readable format. Use 'markdown' when the user only needs to read the page and isn't planning to write or modify it. Use 'json' when the user needs to read the page with the intention of writing to or modifying it. | |
| parent | Yes | Existing database parent object, for example { type: 'database_id', database_id: '...' }. | |
| properties | Yes | Property schema of the data source. The keys are property names and the values are property schema objects. |