{
"type": "object",
"required": [
"notionToken",
"notionPageId"
],
"properties": {
"notionToken": {
"type": "string",
"description": "The API key for the Notion API."
},
"notionPageId": {
"type": "string",
"description": "The ID of the Notion page to interact with."
}
}
}