Skip to main content
Glama

MCP OmniFocus

by someposer

complete_task

Automate task completion in OmniFocus by sending the task ID to the MCP OmniFocus server. Streamline productivity with direct integration via VS Code, command line, or MCP-compatible clients.

Instructions

Complete a task in OmniFocus.

Input Schema

NameRequiredDescriptionDefault
task_idYesThe ID of the task to complete

Input Schema (JSON Schema)

{ "properties": { "task_id": { "description": "The ID of the task to complete", "title": "Task Id", "type": "string" } }, "required": [ "task_id" ], "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/someposer/mcp-omnifocus'

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