Skip to main content
Glama

MCP OmniFocus

by someposer

list_tasks_by_project

Retrieve all tasks within a specific project by project ID. Filter tasks by status or view available, unblocked tasks by default. Simplify task management in MCP OmniFocus.

Instructions

List all tasks in a specific project.

Input Schema

NameRequiredDescriptionDefault
project_idYesThe ID of the project to list tasks for
task_statusNoThe status of the tasks to list. If None, it is the equivelant of requesting available and unblocked tasks ['Available', 'Next', 'Overdue', 'DueSoon'].

Input Schema (JSON Schema)

{ "properties": { "project_id": { "description": "The ID of the project to list tasks for", "title": "Project Id", "type": "string" }, "task_status": { "anyOf": [ { "items": { "enum": [ "Available", "Blocked", "Completed", "Dropped", "DueSoon", "Next", "Overdue" ], "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "description": "The status of the tasks to list. If None, it is the equivelant of requesting available and unblocked tasks ['Available', 'Next', 'Overdue', 'DueSoon'].", "title": "Task Status" } }, "required": [ "project_id" ], "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/someposer/mcp-omnifocus'

If you have feedback or need assistance with the MCP directory API, please join our Discord server