Skip to main content
Glama

OmniFocus MCP Enhanced

by jqlts1
3
5
  • Apple

get_forecast_tasks

Retrieve tasks from OmniFocus forecast perspective, including due and deferred tasks within a specified date range, and filter by completed or deferred status for streamlined task management.

Instructions

Get tasks from OmniFocus forecast perspective (due/deferred tasks in date range)

Input Schema

NameRequiredDescriptionDefault
daysNoNumber of days to look ahead for forecast (default: 7)
hideCompletedNoSet to false to show completed tasks in forecast (default: true)
includeDeferredOnlyNoSet to true to show only deferred tasks becoming available (default: false)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "days": { "description": "Number of days to look ahead for forecast (default: 7)", "maximum": 30, "minimum": 1, "type": "number" }, "hideCompleted": { "description": "Set to false to show completed tasks in forecast (default: true)", "type": "boolean" }, "includeDeferredOnly": { "description": "Set to true to show only deferred tasks becoming available (default: false)", "type": "boolean" } }, "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