Skip to main content
Glama

OmniFocus MCP Enhanced

by jqlts1
114
4
  • Apple

remove_item

Delete tasks or projects in OmniFocus by specifying their ID, name, and type using the enhanced server, streamlining task management and improving productivity.

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" }

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/jqlts1/omnifocus-mcp-enhanced'

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