Skip to main content
Glama

OmniFocus MCP Enhanced

by jqlts1
114
4
  • Apple

add_project

Create and manage new projects in OmniFocus by specifying name, notes, due date, defer date, tags, and folder. Set flags, estimated time, and task sequence for efficient project organization.

Instructions

Add a new project to OmniFocus

Input Schema

NameRequiredDescriptionDefault
deferDateNoThe defer date of the project in ISO format (YYYY-MM-DD or full ISO date)
dueDateNoThe due date of the project in ISO format (YYYY-MM-DD or full ISO date)
estimatedMinutesNoEstimated time to complete the project, in minutes
flaggedNoWhether the project is flagged or not
folderNameNoThe name of the folder to add the project to (will add to root if not specified)
nameYesThe name of the project
noteNoAdditional notes for the project
sequentialNoWhether tasks in the project should be sequential (default: false)
tagsNoTags to assign to the project

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "deferDate": { "description": "The defer date of the project in ISO format (YYYY-MM-DD or full ISO date)", "type": "string" }, "dueDate": { "description": "The due date of the project in ISO format (YYYY-MM-DD or full ISO date)", "type": "string" }, "estimatedMinutes": { "description": "Estimated time to complete the project, in minutes", "type": "number" }, "flagged": { "description": "Whether the project is flagged or not", "type": "boolean" }, "folderName": { "description": "The name of the folder to add the project to (will add to root if not specified)", "type": "string" }, "name": { "description": "The name of the project", "type": "string" }, "note": { "description": "Additional notes for the project", "type": "string" }, "sequential": { "description": "Whether tasks in the project should be sequential (default: false)", "type": "boolean" }, "tags": { "description": "Tags to assign to the project", "items": { "type": "string" }, "type": "array" } }, "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/jqlts1/omnifocus-mcp-enhanced'

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