iiRecord
Agentic AI Atlas · Slack: Get Thread Replies
tool-descriptor:slack.get-thread-repliesa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:slack.get-thread-replies

Structured · live

Slack: Get Thread Replies 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.get-thread-replies",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/slack-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Slack: Get Thread Replies",
    "description": "Return replies to a parent message in a thread.",
    "inputSchema": {
      "type": "object",
      "required": [
        "channel_id",
        "thread_ts"
      ],
      "properties": {
        "channel_id": {
          "type": "string"
        },
        "thread_ts": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "messages": {
          "type": "array"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:slack.get-thread-replies",
      "to": "tool-server:slack-mcp",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:slack-mcp",
      "to": "tool-descriptor:slack.get-thread-replies",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}