すべてのツール

list_omnifocus_tasks

OmniFocus · macOS

効果: 読み取り. 状態: 条件付き提供.

「条件付き提供」は、バージョン、プラットフォーム、権限、アカウント、設定に依存する可能性を示し、すべての環境で有効という意味ではありません。

macOS

目的

OmniFocus のタスクを一覧表示します。プロジェクト、タグ、受信トレイ、今日が期限、フラグ付き状態で絞り込めます。

必須入力

このプラットフォームのスキーマには必須入力が宣言されていません。任意の選択項目や実行要件が存在する場合があります。

権限と確認

スキーマには明示的な確認パラメータがありません。これは無許可の操作を認めるものではありません。効果を確認し、承認を得てください。

英語の正規技術スキーマmacOS
{
  "properties": {
    "due_today": {
      "default": "false",
      "description": "Only tasks due today or overdue.",
      "type": "boolean"
    },
    "flagged": {
      "default": "false",
      "description": "Only flagged tasks.",
      "type": "boolean"
    },
    "inbox": {
      "default": "false",
      "description": "Only unfiled inbox tasks.",
      "type": "boolean"
    },
    "include_completed": {
      "default": "false",
      "description": "Include completed tasks (default excludes them).",
      "type": "boolean"
    },
    "limit": {
      "default": "50",
      "description": "Max tasks to return (default 50).",
      "type": "integer"
    },
    "project": {
      "description": "Only tasks in this project (name, case-insensitive).",
      "type": "string"
    },
    "tag": {
      "description": "Only tasks carrying this tag.",
      "type": "string"
    }
  },
  "type": "object"
}

ドキュメント例

list_omnifocus_tasks のドキュメント例です。この例は実行しないでください。表示される引数は架空のデータセットに属します。実際に呼び出す前に実在する識別子を確認し、承認を得てください。

{
  "limit": 5
}