Skip to main content
Glama

OmniFocus MCP Enhanced

by jqlts1
114
4
  • Apple

get_today_completed_tasks

Retrieve a list of tasks completed today from OmniFocus MCP Enhanced to track and review daily productivity, with customizable limits for task display.

Instructions

Get tasks completed today - view today's accomplishments

Input Schema

NameRequiredDescriptionDefault
limitNo返回的最大任务数量 (默认: 20)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 20, "description": "返回的最大任务数量 (默认: 20)", "maximum": 100, "minimum": 1, "type": "number" } }, "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