Skip to main content
Glama

OmniFocus MCP Enhanced

by jqlts1
20
7
  • Apple

batch_remove_items

Bulk delete multiple tasks or projects from OmniFocus in a single operation, streamlining task management and reducing manual effort.

Instructions

Remove multiple tasks or projects from OmniFocus in a single operation

Input Schema

NameRequiredDescriptionDefault
itemsYesArray of items (tasks or projects) to remove

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "items": { "description": "Array of items (tasks or projects) to remove", "items": { "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" }, "type": "array" } }, "required": [ "items" ], "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