II.
ToolDescriptor JSON
Structured · livetool-descriptor:redis.lrange
Redis: LRANGE json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-descriptor:redis.lrange",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/redis-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "Redis: LRANGE",
"description": "Read a range of elements from a list.",
"inputSchema": {
"type": "object",
"required": [
"key",
"start",
"stop"
],
"properties": {
"key": {
"type": "string"
},
"start": {
"type": "integer"
},
"stop": {
"type": "integer"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"values": {
"type": "array"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:redis.lrange",
"to": "tool-server:mcp-redis",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-redis",
"to": "tool-descriptor:redis.lrange",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}