notion_update_database
Update a Notion database's title, description, or properties by providing a JSON file path. Specify the database ID and file path to apply changes.
Instructions
IMPORTANT: You MUST write the JSON payload to a file first, then pass the file path in 'file_path'. Updates database title, description, or properties.
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 updates (JSON). JSON should include 'title', 'description', or 'properties'. | |
| database_id | Yes | Database ID |