webhook_list
List all registered webhooks showing name, trigger, and creation time. Safely confirms active webhooks without exposing URLs or secrets.
Instructions
List every registered outbound webhook by name, trigger, and createdAt timestamp. URLs and secrets are NEVER surfaced — only metadata safe to display. Use this to confirm what's wired up; delete unwanted entries via webhook_delete. Off by default — requires OMNIFOCUS_WEBHOOKS_ENABLED=1. Do NOT use this to retrieve URLs or secrets — by design they remain on-disk only. Returns { webhooks: WebhookSummary[] } in registration order. Read-only; safe to call repeatedly. Example: webhook_list()
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||