Skip to main content
Glama

Chain of Draft (CoD) MCP Server

by stat-guy

math_solve

Solve math problems efficiently with Chain of Draft reasoning, which minimizes intermediate steps and token usage while maintaining accuracy. Enter a problem and choose your approach for step-by-step solutions.

Instructions

Solve a math problem using Chain of Draft reasoning

Input Schema

NameRequiredDescriptionDefault
approachNoForce 'CoD' or 'CoT' approach
max_words_per_stepNoMaximum words per reasoning step
problemYesThe math 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 math problem to solve", "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