omnifocus_doctor
Diagnoses the OmniFocus connection and server health. Use this to troubleshoot why other tools fail, then surface the remediation instructions.
Instructions
Self-diagnostic for omnifocus-mcp setup. Probes server health and the live OmniFocus connection. Do NOT call as a substitute for the tool that actually does the work — only use to triage why another tool is failing; prefer internal_status when you already know setup is fine and only want server metrics. Returns { summary: 'ok' | 'degraded' | 'failed', checks: [{ name, status: 'pass' | 'warn' | 'fail', details, remediation }] }. summary is the worst status across all checks; surface each check's remediation back to the user verbatim. No side effects; will NOT launch OmniFocus (use app_launch for that). Example: omnifocus_doctor()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||