II.
ToolDescriptor JSON
Structured · livetool-descriptor:notion.append-block-children
Notion: Append Block Children json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:notion.append-block-children",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/notion-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Notion: Append Block Children",
"description": "Append new block children under a parent page or block.",
"inputSchema": {
"type": "object",
"required": [
"block_id",
"children"
],
"properties": {
"block_id": {
"type": "string"
},
"children": {
"type": "array"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"results": {
"type": "array"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:notion.append-block-children",
"to": "tool-server:mcp-notion",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-notion",
"to": "tool-descriptor:notion.append-block-children",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}