Skip to main content
Glama

Hi-AI

by su-record

save_memory

Store information long-term by specifying a key, value, and category. Call automatically when users request to remember or save data using trigger words like '기억해' or 'save this'.

Instructions

IMPORTANT: This tool should be automatically called when users say "기억해", "remember", "저장해", "save this", "keep this", "memorize" or similar keywords. Save information to long-term memory

Input Schema

NameRequiredDescriptionDefault
categoryNoMemory category
keyYesMemory key/identifier
valueYesInformation to save

Input Schema (JSON Schema)

{ "properties": { "category": { "description": "Memory category", "enum": [ "project", "personal", "code", "notes" ], "type": "string" }, "key": { "description": "Memory key/identifier", "type": "string" }, "value": { "description": "Information to save", "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