notion_create_database
Create a Notion database as a subpage by writing the JSON payload with parent, title, and properties to a file, then passing its path. Returns the database ID and URL.
Instructions
IMPORTANT: You MUST write the JSON payload (including 'parent', 'title', 'properties') to a file first, then pass the file path in 'file_path'. Creates a database as a subpage in a specified parent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extract | No | Response fields to extract. If omitted, returns recommended fields: ['id', 'url']. Use ['none'] to return all fields. | |
| file_path | Yes | Path to file containing request body (JSON). JSON must include 'parent', 'properties', and optionally 'title'. |