Skip to main content
Glama

Hi-AI

by su-record

break_down_problem

Decompose complex problems into manageable sub-problems using sequential, hierarchical, or dependency-based approaches for clearer analysis and structured solutions.

Instructions

IMPORTANT: This tool should be automatically called when users say "나눠서", "단계별로", "세분화", "break down", "divide", "split into parts" or similar keywords. Break complex problems into sub-problems

Input Schema

NameRequiredDescriptionDefault
approachNoBreakdown approach
maxDepthNoMaximum breakdown depth
problemYesComplex problem to break down

Input Schema (JSON Schema)

{ "properties": { "approach": { "description": "Breakdown approach", "enum": [ "sequential", "hierarchical", "dependency-based" ], "type": "string" }, "maxDepth": { "description": "Maximum breakdown depth", "type": "number" }, "problem": { "description": "Complex problem to break down", "type": "string" } }, "required": [ "problem" ], "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