iiRecord
Agentic AI Atlas · Slack channel history
mcp-resource:slack-channel-historya5c.ai
II.
MCPResource JSON

mcp-resource:slack-channel-history

Structured · live

Slack channel history 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: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": {}
    }
  ]
}