Skip to main content
Glama

OmniFocus MCP Enhanced

by jqlts1
3
5
  • Apple

get_flagged_tasks

Retrieve flagged tasks from OmniFocus, with options to hide completed tasks and filter by project name, using the Model Context Protocol server for efficient task management.

Instructions

Get flagged tasks from OmniFocus with optional project filtering

Input Schema

NameRequiredDescriptionDefault
hideCompletedNoSet to false to show completed flagged tasks (default: true)
projectFilterNoFilter flagged tasks by project name (optional)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "hideCompleted": { "description": "Set to false to show completed flagged tasks (default: true)", "type": "boolean" }, "projectFilter": { "description": "Filter flagged tasks by project name (optional)", "type": "string" } }, "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