Skip to main content
Glama

Hi-AI

by su-record

prioritize_memory

Automatically identifies and ranks memories by importance based on current tasks, critical decisions, code changes, blockers, and next steps to enhance focus and decision-making.

Instructions

IMPORTANT: This tool should be automatically called when users say "중요한 거", "우선순위", "prioritize", "important ones", "what matters", "priority" or similar keywords. Prioritize memories by importance

Input Schema

NameRequiredDescriptionDefault
blockersNoCurrent blockers or issues
codeChangesNoImportant code changes
criticalDecisionsNoList of critical decisions made
currentTaskYesCurrent task description
nextStepsNoPlanned next steps

Input Schema (JSON Schema)

{ "properties": { "blockers": { "description": "Current blockers or issues", "items": { "type": "string" }, "type": "array" }, "codeChanges": { "description": "Important code changes", "items": { "type": "string" }, "type": "array" }, "criticalDecisions": { "description": "List of critical decisions made", "items": { "type": "string" }, "type": "array" }, "currentTask": { "description": "Current task description", "type": "string" }, "nextSteps": { "description": "Planned next steps", "items": { "type": "string" }, "type": "array" } }, "required": [ "currentTask" ], "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