II.
MCPResource JSON
Structured · livemcp-resource:notion-page
Notion page json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}