Skip to main content
Glama

MCP OmniFocus

by someposer

create_task

Add tasks to OmniFocus with a name and optional note using MCP OmniFocus. Simplify task creation via VS Code, command line, or MCP-compatible clients.

Instructions

Create a new task in OmniFocus with a name and an optional note.

Input Schema

NameRequiredDescriptionDefault
nameYesThe name of the task to create
noteNoThe note for the task, None if no note

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "The name of the task to create", "title": "Name", "type": "string" }, "note": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "description": "The note for the task, None if no note", "title": "Note" } }, "required": [ "name" ], "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