Skip to main content
Glama

DeltaTask MCP Server

by brysontang

update_task

Modify an existing task by providing a task ID and updated fields, enabling real-time adjustments in a local task management system via the DeltaTask MCP Server API.

Instructions

Update an existing task.

Input Schema

NameRequiredDescriptionDefault
task_idYes
updatesYes

Input Schema (JSON Schema)

{ "properties": { "task_id": { "title": "Task Id", "type": "string" }, "updates": { "additionalProperties": true, "title": "Updates", "type": "object" } }, "required": [ "task_id", "updates" ], "title": "update_taskArguments", "type": "object" }

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/brysontang/DeltaTask'

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