Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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. |