Skip to main content
Glama

OmniFocus MCP Enhanced

by jqlts1
3
5
  • Apple

get_custom_perspective_tasks

Retrieve tasks from a specific OmniFocus custom perspective by name, supporting hierarchical task relationships and optional filters to hide completed tasks.

Instructions

Get tasks from a specific OmniFocus custom perspective by name. Use this when user refers to perspective names like '今日工作安排', '今日复盘', '本周项目' etc. - these are custom views created in OmniFocus, NOT tags. Supports hierarchical tree display of task relationships.

Input Schema

NameRequiredDescriptionDefault
hideCompletedNoWhether to hide completed tasks. Set to false to show all tasks including completed ones (default: true)
limitNoMaximum number of tasks to return in flat view mode (default: 1000, ignored in hierarchy mode)
perspectiveNameYesExact name of the OmniFocus custom perspective (e.g., '今日工作安排', '今日复盘', '本周项目'). This is NOT a tag name.
showHierarchyNoDisplay tasks in hierarchical tree structure showing parent-child relationships. Use this when user wants '层级显示' or 'tree view' (default: false)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "hideCompleted": { "description": "Whether to hide completed tasks. Set to false to show all tasks including completed ones (default: true)", "type": "boolean" }, "limit": { "description": "Maximum number of tasks to return in flat view mode (default: 1000, ignored in hierarchy mode)", "type": "number" }, "perspectiveName": { "description": "Exact name of the OmniFocus custom perspective (e.g., '今日工作安排', '今日复盘', '本周项目'). This is NOT a tag name.", "type": "string" }, "showHierarchy": { "description": "Display tasks in hierarchical tree structure showing parent-child relationships. Use this when user wants '层级显示' or 'tree view' (default: false)", "type": "boolean" } }, "required": [ "perspectiveName" ], "type": "object" }
Install Server

Other Tools from OmniFocus MCP Enhanced

Related Tools

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