GonMCPtool

MIT License
43
5

taskGetById

Retrieve a specific task by its unique ID using the 'taskGetById' tool in GonMCPtool. Simplifies task management and ensures precise data handling in TypeScript-based workflows.

Instructions

根據ID獲取特定任務

Input Schema

NameRequiredDescriptionDefault
idYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "type": "string" } }, "required": [ "id" ], "type": "object" }
ID: 8xcb3w59pl