II.
ToolDescriptor JSON
Structured · livetool-descriptor:slack.get-users
Slack: List Users json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": {}
}
]
}