Skip to main content
Glama

Hi-AI

by su-record

update_memory

Modify or append memory data in the Hi-AI system by specifying a key and new value. Automatically triggered by commands like 'update' or 'edit memory'.

Instructions

IMPORTANT: This tool should be automatically called when users say "수정해", "업데이트", "바꿔", "update memory", "change", "modify", "edit memory" or similar keywords. Update existing memory

Input Schema

NameRequiredDescriptionDefault
appendNoAppend to existing value
keyYesMemory key to update
valueYesNew value

Input Schema (JSON Schema)

{ "properties": { "append": { "description": "Append to existing value", "type": "boolean" }, "key": { "description": "Memory key to update", "type": "string" }, "value": { "description": "New value", "type": "string" } }, "required": [ "key", "value" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/su-record/hi-ai'

If you have feedback or need assistance with the MCP directory API, please join our Discord server