II.
Tool JSON
Structured · livetool:redis-cli
redis-cli json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:redis-cli",
"_kind": "Tool",
"_file": "domain/tools/tools-db-shells.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "redis-cli",
"homepageUrl": "https://redis.io/docs/latest/develop/tools/cli/",
"kind": "sql-tool",
"description": "Official command-line client for Redis: interactive REPL,\nscripting, MONITOR, and cluster operations.\n"
},
"outgoingEdges": [
{
"from": "tool:redis-cli",
"to": "skill-area:cli-tooling",
"kind": "tool_used_by",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "skill-area:cli-tooling",
"to": "tool:redis-cli",
"kind": "uses_tool"
},
{
"from": "specialization:redis-ops",
"to": "tool:redis-cli",
"kind": "uses_tool"
},
{
"from": "tool-server:mcp-redis",
"to": "tool:redis-cli",
"kind": "integrates_with",
"attributes": {}
}
]
}