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 |
---|---|
dump_database | Gets the current state of your OmniFocus database |
add_omnifocus_task | Add a new task to OmniFocus |
add_project | Add a new project to OmniFocus |
remove_item | Remove a task or project from OmniFocus |
edit_item | Edit a task or project in OmniFocus |
batch_add_items | Add multiple tasks or projects to OmniFocus in a single operation |
batch_remove_items | Remove multiple tasks or projects from OmniFocus in a single operation |
get_task_by_id | Get information about a specific task by ID or name |
get_today_completed_tasks | Get tasks completed today - view today's accomplishments |
get_inbox_tasks | Get tasks from OmniFocus inbox perspective |
get_flagged_tasks | Get flagged tasks from OmniFocus with optional project filtering |
get_forecast_tasks | Get tasks from OmniFocus forecast perspective (due/deferred tasks in date range) |
get_tasks_by_tag | Get tasks filtered by OmniFocus tags (labels like @home, @work, @urgent). Use this for tag-based filtering, NOT for custom perspective names. Tags are labels assigned to individual tasks. |
filter_tasks | Advanced task filtering with unlimited perspective combinations - status, dates, projects, tags, search, and more |
list_custom_perspectives | List all custom perspectives defined in OmniFocus |
get_custom_perspective_tasks | Get tasks from a specific OmniFocus custom perspective by name. Use this when user refers to perspective names like '今日工作安排', '今日复盘', '本周项目' etc. - these are custom views created in OmniFocus, NOT tags. Supports hierarchical tree display of task relationships. |