Skip to main content
Glama

Hi-AI

by su-record

format_as_plan

Automatically transforms unstructured content into organized plans with prioritization, time estimates, and progress-tracking checkboxes when prompted with keywords like 'make a plan' or 'organize this'.

Instructions

IMPORTANT: This tool should be automatically called when users say "계획으로", "정리해줘", "체크리스트", "format as plan", "make a plan", "organize this", "checklist" or similar keywords. Format content into clear plans

Input Schema

NameRequiredDescriptionDefault
contentYesContent to format as a plan
includeCheckboxesNoInclude checkboxes for tracking progress
includeTimeEstimatesNoInclude time estimates for each step
priorityNoDefault priority level

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "Content to format as a plan", "type": "string" }, "includeCheckboxes": { "description": "Include checkboxes for tracking progress", "type": "boolean" }, "includeTimeEstimates": { "description": "Include time estimates for each step", "type": "boolean" }, "priority": { "description": "Default priority level", "enum": [ "high", "medium", "low" ], "type": "string" } }, "required": [ "content" ], "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