DeltaTask MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
get_task_by_id

Get details for a specific task by ID.

search_tasks

Search tasks by title, description, or tags.

create_task

Create a new task.

update_task

Update an existing task.

delete_task

Delete a task.

sync_tasks

Sync tasks from Obsidian markdown into SQLite.

list_tasks

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

get_statistics

Get task statistics including completion rates and urgency distribution.

create_subtasks

Create multiple subtasks for a parent task with categories.

get_all_tags

Get all unique tag names used in tasks.

get_subtasks

Get subtasks for a given parent task ID.

finish_task

Mark a task as completed.