Skip to main content
Glama

OmniFocus-MCP

remove_item

Delete a task or project from OmniFocus by specifying its ID or name and type, ensuring efficient task management and organization.

Instructions

Remove a task or project from OmniFocus

Input Schema

NameRequiredDescriptionDefault
idNoThe ID of the task or project to remove
itemTypeYesType of item to remove ('task' or 'project')
nameNoThe name of the task or project to remove (as fallback if ID not provided)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "id": { "description": "The ID of the task or project to remove", "type": "string" }, "itemType": { "description": "Type of item to remove ('task' or 'project')", "enum": [ "task", "project" ], "type": "string" }, "name": { "description": "The name of the task or project to remove (as fallback if ID not provided)", "type": "string" } }, "required": [ "itemType" ], "type": "object" }

Other Tools from OmniFocus-MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/themotionmachine/OmniFocus-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server