iiRecord
Agentic AI Atlas · Redis: HGET
tool-descriptor:redis.hgeta5c.ai
II.
ToolDescriptor JSON

tool-descriptor:redis.hget

Structured · live

Redis: HGET json

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

File · extensions/tool-descriptors/redis-mcp-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:redis.hget",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/redis-mcp-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "Redis: HGET",
    "description": "Get a hash field value.",
    "inputSchema": {
      "type": "object",
      "required": [
        "key",
        "field"
      ],
      "properties": {
        "key": {
          "type": "string"
        },
        "field": {
          "type": "string"
        }
      }
    },
    "outputSchema": {
      "type": "object",
      "properties": {
        "value": {
          "type": "string"
        }
      }
    },
    "mode": "normal",
    "streamable": false,
    "timeoutMs": 30000
  },
  "outgoingEdges": [
    {
      "from": "tool-descriptor:redis.hget",
      "to": "tool-server:mcp-redis",
      "kind": "contained_in_plugin",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "tool-server:mcp-redis",
      "to": "tool-descriptor:redis.hget",
      "kind": "contains_tool_descriptor",
      "attributes": {}
    }
  ]
}