Chain of Draft (CoD) MCP Server

analyze_problem_complexity

Analyze the complexity of a problem

Input Schema

NameRequiredDescriptionDefault
domainNoProblem domain
problemYesThe problem to analyze

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "Problem domain", "type": "string" }, "problem": { "description": "The problem to analyze", "type": "string" } }, "required": [ "problem" ], "type": "object" }