iiRecord
Agentic AI Atlas · Redis
tool:redisa5c.ai
II.
Tool JSON

tool:redis

Structured · live

Redis json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/tools-ora-operations-discovery.yamlCluster · domain
Record JSON
{
  "id": "tool:redis",
  "_kind": "Tool",
  "_file": "domain/tools/tools-ora-operations-discovery.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Redis",
    "homepageUrl": "https://redis.io",
    "kind": "api-tool",
    "description": "In-memory data store surfaced by Ora for database administration, cache operations, and application reliability workflows.\n",
    "ora": {
      "domain": "redis.io",
      "score": 62,
      "grade": "C",
      "category": "Infrastructure & DevOps",
      "tags": [
        "database",
        "cache",
        "key-value store",
        "redis",
        "in-memory data"
      ],
      "scoreUrl": "https://ora.run/score/redis.io"
    }
  },
  "outgoingEdges": [
    {
      "from": "tool:redis",
      "to": "source-ref:ora-discover-api",
      "kind": "sourced_from"
    },
    {
      "from": "tool:redis",
      "to": "role:site-reliability-engineer",
      "kind": "supports_work",
      "attributes": {
        "confidence": "medium",
        "evidence": "Cache metrics and keyspace state support reliability investigations."
      }
    },
    {
      "from": "tool:redis",
      "to": "role:database-administrator",
      "kind": "supports_work",
      "attributes": {
        "confidence": "medium",
        "evidence": "Redis persistence, memory, and query behavior support database operations."
      }
    },
    {
      "from": "tool:redis",
      "to": "workflow:query-performance-review",
      "kind": "supports_work",
      "attributes": {
        "confidence": "medium",
        "evidence": "Cache hit rates and slowlog data inform query and latency review."
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-readiness-score:ora.redis-io",
      "to": "tool:redis",
      "kind": "scores_agent_readiness_of",
      "attributes": {
        "observedVia": "ora-discover-api"
      }
    }
  ]
}