iiRecord
Agentic AI Atlas · Notion page
mcp-resource:notion-pagea5c.ai
II.
MCPResource JSON

mcp-resource:notion-page

Structured · live

Notion page json

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

File · extensions/mcp/mcp-resources-anthropic.yamlCluster · extensions
Record JSON
{
  "id": "mcp-resource:notion-page",
  "_kind": "MCPResource",
  "_file": "extensions/mcp/mcp-resources-anthropic.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Notion page",
    "uri": "notion://pages/{page-id}",
    "mimeType": "text/markdown",
    "subscribable": true,
    "description": "Notion page resource. The server materializes pages as markdown for agent\nconsumption; subscribable so context refreshes when the page is edited.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-notion",
      "to": "mcp-resource:notion-page",
      "kind": "exposes_resource",
      "attributes": {}
    }
  ]
}