iiRecord
Agentic AI Atlas · Notion: Create Page
tool-descriptor:notion.create-pagea5c.ai
II.
ToolDescriptor JSON

tool-descriptor:notion.create-page

Structured · live

Notion: Create Page json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-descriptors/notion-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:notion.create-page",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/notion-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Notion: Create Page",
    "description": "Create a new page in a database or under a parent page.",
    "inputSchema": {
      "type": "object",
      "required": [
        "parent",
        "properties"
      ],
      "properties": {
        "parent": {
          "type": "object"
        },
        "properties": {
          "type": "object"
        },
        "children": {
          "type": "array"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "id": {
          "type": "string"
        },
        "url": {
          "type": "string"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:notion.create-page",
      "to": "tool-server:mcp-notion",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-notion",
      "to": "tool-descriptor:notion.create-page",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}