Skip to main content
Glama

DeltaTask MCP Server

by brysontang

update_task

Modify an existing task's details within the DeltaTask MCP Server by specifying its ID and desired updates, ensuring efficient task management and organization.

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" }

Other Tools from DeltaTask MCP Server

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

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