iiRecord
Agentic AI Atlas · Slack: List Channels
tool-descriptor:slack.list-channelsa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:slack.list-channels

Structured · live

Slack: List Channels json

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

File · extensions/tool-descriptors/slack-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:slack.list-channels",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/slack-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Slack: List Channels",
    "description": "List public channels in the workspace.",
    "inputSchema": {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer"
        },
        "cursor": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "channels": {
          "type": "array"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:slack.list-channels",
      "to": "tool-server:slack-mcp",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "claim:source-provenance-run3-extensions-tool-descriptors-slack-mcp-tools-yaml",
      "to": "tool-descriptor:slack.list-channels",
      "kind": "about_subject"
    },
    {
      "from": "tool-server:slack-mcp",
      "to": "tool-descriptor:slack.list-channels",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}