GonMCPtool

taskGenerateReport

Generate task progress Markdown reports with date range filtering to track and document project milestones efficiently.

Instructions

生成任務進度Markdown報告,可選擇日期篩選範圍

Input Schema

NameRequiredDescriptionDefault
endDateNo結束日期範圍 (YYYY-MM-DD 格式)
outputPathNo
startDateNo起始日期範圍 (YYYY-MM-DD 格式)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "endDate": { "description": "結束日期範圍 (YYYY-MM-DD 格式)", "type": "string" }, "outputPath": { "type": "string" }, "startDate": { "description": "起始日期範圍 (YYYY-MM-DD 格式)", "type": "string" } }, "type": "object" }
ID: 8xcb3w59pl