Redis MCP Server

hget

Retrieve the value of a specific field within a Redis hash using the Model Context Protocol (MCP), enabling efficient database data management operations.

Instructions

Get the value of a hash field

Input Schema

NameRequiredDescriptionDefault
fieldYesField to get
keyYesHash key

Input Schema (JSON Schema)

{ "properties": { "field": { "description": "Field to get", "type": "string" }, "key": { "description": "Hash key", "type": "string" } }, "required": [ "key", "field" ], "type": "object" }

You must be authenticated.

Other Tools from Redis MCP Server

Related Tools

ID: cbn7lsbp7h