Skip to main content
Glama

OmniFocus-MCP

batch_remove_items

Remove multiple tasks or projects from OmniFocus in one operation using this tool. Streamline task management by efficiently clearing unwanted items in bulk.

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

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