II.
MCPResource JSON
Structured · livemcp-resource:slack-channel-history
Slack channel history json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "mcp-resource:slack-channel-history",
"_kind": "MCPResource",
"_file": "extensions/mcp/mcp-resources-anthropic.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Slack channel history",
"uri": "slack://channels/{channel-id}/history",
"mimeType": "application/json",
"subscribable": true,
"description": "Channel-history resource exposed by the Slack MCP server. Subscribable: server\npushes update notifications as new messages arrive.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "tool-server:slack-mcp",
"to": "mcp-resource:slack-channel-history",
"kind": "exposes_resource",
"attributes": {}
}
]
}