mcp_config_block_data_operations.json•778 B
{
"server": {
"url": "https://api.notion.com"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "Delete a block",
"name": "delete_a_block"
},
{
"description": "Retrieve a block",
"name": "retrieve_a_block"
},
{
"description": "Update a block",
"name": "update_a_block"
},
{
"description": "Retrieve block children",
"name": "get_block_children"
},
{
"description": "Append block children",
"name": "patch_block_children"
},
{
"description": "Retrieves a list of un-resolved [Comment objects](ref:comment-object) from a page or block.",
"name": "retrieve_a_comment"
}
]
}