@kazuph/mcp-taskmanager

add_tasks_to_request

Extend existing requests by adding new tasks, displaying an updated progress table with all tasks for efficient task management in MCP systems.

Instructions

Add new tasks to an existing request. This allows extending a request with additional tasks.

A progress table will be displayed showing all tasks including the newly added ones.

Input Schema

NameRequiredDescriptionDefault
requestIdYes
tasksYes

Input Schema (JSON Schema)

{ "properties": { "requestId": { "type": "string" }, "tasks": { "items": { "properties": { "description": { "type": "string" }, "title": { "type": "string" } }, "required": [ "title", "description" ], "type": "object" }, "type": "array" } }, "required": [ "requestId", "tasks" ], "type": "object" }

You must be authenticated.

Other Tools from @kazuph/mcp-taskmanager

Related Tools

ID: bdjh7kx05h