Skip to main content
Glama

Chain of Draft (CoD) MCP Server

by stat-guy

code_solve

Solve coding problems efficiently using Chain of Draft reasoning, generating concise intermediate steps to reduce complexity while maintaining accuracy.

Instructions

Solve a coding problem using Chain of Draft reasoning

Input Schema

NameRequiredDescriptionDefault
approachNoForce 'CoD' or 'CoT' approach
max_words_per_stepNoMaximum words per reasoning step
problemYesThe coding problem to solve

Input Schema (JSON Schema)

{ "properties": { "approach": { "description": "Force 'CoD' or 'CoT' approach", "type": "string" }, "max_words_per_step": { "description": "Maximum words per reasoning step", "type": "number" }, "problem": { "description": "The coding problem to solve", "type": "string" } }, "required": [ "problem" ], "type": "object" }

You must be authenticated.

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