Skip to main content
Glama

Hi-AI

by su-record

auto_save_context

Automatically save current context upon detecting keywords like 'commit', 'save', or 'checkpoint'. Supports urgency levels and context types such as progress, decisions, and code snippets for efficient task management.

Instructions

IMPORTANT: This tool should be automatically called when users say "커밋", "commit", "저장", "save", "checkpoint", "backup" or similar keywords. Automatically save current context

Input Schema

NameRequiredDescriptionDefault
contextTypeYesType of context to save
sessionIdNoCurrent session identifier
summaryNoBrief summary of current context
urgencyYesUrgency level

Input Schema (JSON Schema)

{ "properties": { "contextType": { "description": "Type of context to save", "enum": [ "progress", "decisions", "code-snippets", "debugging", "planning" ], "type": "string" }, "sessionId": { "description": "Current session identifier", "type": "string" }, "summary": { "description": "Brief summary of current context", "type": "string" }, "urgency": { "description": "Urgency level", "enum": [ "low", "medium", "high", "critical" ], "type": "string" } }, "required": [ "urgency", "contextType" ], "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