Skip to main content
Glama

Chain of Draft (CoD) MCP Server

by stat-guy

chain_of_draft_solve

Solve reasoning problems efficiently using the Chain of Draft approach, reducing token usage while maintaining accuracy. Specify problem, domain, and word limits for structured, minimalistic intermediate outputs.

Instructions

Solve a reasoning problem using Chain of Draft approach

Input Schema

NameRequiredDescriptionDefault
adaptive_word_limitNoAdjust word limits based on complexity
approachNoForce 'CoD' or 'CoT' approach
domainNoDomain for context (math, logic, code, common-sense, etc.)
enforce_formatNoWhether to enforce the word limit
max_words_per_stepNoMaximum words per reasoning step
problemYesThe problem to solve

Input Schema (JSON Schema)

{ "properties": { "adaptive_word_limit": { "description": "Adjust word limits based on complexity", "type": "boolean" }, "approach": { "description": "Force 'CoD' or 'CoT' approach", "type": "string" }, "domain": { "description": "Domain for context (math, logic, code, common-sense, etc.)", "type": "string" }, "enforce_format": { "description": "Whether to enforce the word limit", "type": "boolean" }, "max_words_per_step": { "description": "Maximum words per reasoning step", "type": "number" }, "problem": { "description": "The 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