Skip to main content
Glama

Hi-AI

by su-record

restore_session_context

Restore previous session context in Hi-AI by identifying the session ID, restoration level, and optional filters. Automatically triggered by keywords like 'restore' or 'revert' to maintain workflow continuity.

Instructions

IMPORTANT: This tool should be automatically called when users say "복원", "이전 상태", "되돌려", "restore", "go back", "previous state", "revert" or similar keywords. Restore previous session context

Input Schema

NameRequiredDescriptionDefault
filterTypeNoFilter context by type
restoreLevelNoLevel of detail to restore
sessionIdYesSession ID to restore

Input Schema (JSON Schema)

{ "properties": { "filterType": { "description": "Filter context by type", "enum": [ "all", "progress", "decisions", "code-snippets", "debugging", "planning" ], "type": "string" }, "restoreLevel": { "description": "Level of detail to restore", "enum": [ "essential", "detailed", "complete" ], "type": "string" }, "sessionId": { "description": "Session ID to restore", "type": "string" } }, "required": [ "sessionId" ], "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