iiRecord
Agentic AI Atlas · Slack: List Users
tool-descriptor:slack.get-usersa5c.ai
II.
ToolDescriptor JSON

tool-descriptor:slack.get-users

Structured · live

Slack: List Users 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-users",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/slack-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Slack: List Users",
    "description": "List members of the workspace.",
    "inputSchema": {
      "type": "object",
      "properties": {
        "limit": {
          "type": "integer"
        },
        "cursor": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "users": {
          "type": "array"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:slack.get-users",
      "to": "tool-server:slack-mcp",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:slack-mcp",
      "to": "tool-descriptor:slack.get-users",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}