create_page
Generate a Notion page under a specified parent page or database using the Multi-MCPs server, which integrates multiple third-party APIs for unified functionality.
Instructions
Create a Notion page under a parent page or database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
parent_id | Yes | ||
properties | Yes |
Input Schema (JSON Schema)
{
"properties": {
"parent_id": {
"type": "string"
},
"properties": {
"type": "object"
}
},
"required": [
"parent_id",
"properties"
],
"type": "object"
}