DeltaTask MCP Server

list_tasks

List all tasks with optional tags, if you user asks for a tag, please provide it in the request.

Input Schema

NameRequiredDescriptionDefault
tagsNo

Input Schema (JSON Schema)

{ "properties": { "tags": { "default": null, "items": { "type": "string" }, "title": "Tags", "type": "array" } }, "title": "list_tasksArguments", "type": "object" }