Claude Code MCP Enhanced

by grahama1970
MIT License
5
  • Apple
  • Linux

convert_task_markdown

Convert markdown task files into Claude Code MCP-compatible JSON format for execution. Input a markdown file path to generate JSON output directly or save to a specified location.

Instructions

Converts markdown task files into Claude Code MCP-compatible JSON format. Returns an array of tasks that can be executed using the claude_code tool.

Input Schema

NameRequiredDescriptionDefault
markdownPathYesPath to the markdown task file to convert.
outputPathNoOptional path where to save the JSON output. If not provided, returns the JSON directly.

Input Schema (JSON Schema)

{ "properties": { "markdownPath": { "description": "Path to the markdown task file to convert.", "type": "string" }, "outputPath": { "description": "Optional path where to save the JSON output. If not provided, returns the JSON directly.", "type": "string" } }, "required": [ "markdownPath" ], "type": "object" }

You must be authenticated.

Other Tools from Claude Code MCP Enhanced

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/grahama1970/claude-code-mcp-enhanced'

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