Skip to main content
Glama

Chain of Draft (CoD) MCP Server

by stat-guy

analyze_problem_complexity

Evaluate the complexity of a given problem within a specific domain to identify key challenges and streamline analysis. Part of the Chain of Draft (CoD) MCP Server, designed to optimize reasoning processes.

Instructions

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" }
Install Server

Other Tools from Chain of Draft (CoD) MCP Server

Related Tools

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/stat-guy/chain-of-draft'

If you have feedback or need assistance with the MCP directory API, please join our Discord server