Skip to main content
Glama

OmniFocus MCP Enhanced

by jqlts1
114
4
  • Apple

get_task_by_id

Retrieve detailed information about a specific task using its ID or name within the OmniFocus MCP Enhanced server, enabling precise task management and tracking.

Instructions

Get information about a specific task by ID or name

Input Schema

NameRequiredDescriptionDefault
taskIdNoThe ID of the task to retrieve
taskNameNoThe name of the task to retrieve (alternative to taskId)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "taskId": { "description": "The ID of the task to retrieve", "type": "string" }, "taskName": { "description": "The name of the task to retrieve (alternative to taskId)", "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