drop_task
Remove a specific task from OmniFocus by providing its unique task ID. Part of MCP OmniFocus server for streamlined task automation and management.
Instructions
Drop a task in OmniFocus.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
task_id | Yes | The ID of the task to drop |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"description": "The ID of the task to drop",
"title": "Task Id",
"type": "string"
}
},
"required": [
"task_id"
],
"type": "object"
}