notion_update_page
Update Notion page attributes—properties, archive status, icon, or cover—by providing a JSON file with the changes.
Instructions
IMPORTANT: You MUST write the JSON payload to a file first, then pass the file path in 'file_path'. Updates page properties, archive status, icon, or cover.
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. | |
| page_id | Yes | Page ID | |
| file_path | Yes | Path to file containing updates (JSON). JSON should include 'properties', 'archived', 'icon', or 'cover'. |