Skip to main content
Glama

Hi-AI

by su-record

feature_roadmap

Generate detailed development roadmaps for projects by specifying features, timeframe, and approach. Automatically triggered by keywords like roadmap, timeline, or project plan.

Instructions

IMPORTANT: This tool should be automatically called when users say "로드맵", "일정", "계획표", "roadmap", "timeline", "project plan", "development schedule" or similar keywords. Generate development roadmap

Input Schema

NameRequiredDescriptionDefault
approachNoDevelopment approachmvp-first
featuresYesList of features to include in roadmap
projectNameYesName of the project
teamSizeNoDevelopment team size
timeframeNoProject timeframe

Input Schema (JSON Schema)

{ "properties": { "approach": { "default": "mvp-first", "description": "Development approach", "enum": [ "mvp-first", "phased-rollout", "big-bang" ], "type": "string" }, "features": { "description": "List of features to include in roadmap", "type": "string" }, "projectName": { "description": "Name of the project", "type": "string" }, "teamSize": { "description": "Development team size", "type": "number" }, "timeframe": { "description": "Project timeframe", "enum": [ "3-months", "6-months", "12-months", "custom" ], "type": "string" } }, "required": [ "projectName", "features" ], "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