Version1.0.0
Categoryautomation
AuthAPI key
Tools4
Transportstdio
LicenceMIT
01
What it does
The app, in its own words.
Send smart notifications, execute Shortcuts and HomeKit scenes on your iOS devices via the Pushcut API.
02
Tools
4 tools the agent can call.
Every one is declared with typed parameters and returns structured results, so the host can render them instead of narrating them.
- executeExecute a Shortcut or HomeKit scene on your iOS Automation Server via Pushcut. Provide either a shortcut name or a homekit scene name (not both). Optionally pass an input string to the shortcut.
- list_devicesList all active iOS devices registered in your Pushcut account.
- list_notificationsList all notification definitions configured in your Pushcut app. Use the returned names with send_notification.
- send_notificationSend a smart push notification to your iOS devices via Pushcut. You must specify the notification name (as configured in the Pushcut app). Optionally override the title, text, image, sound, and attach action buttons. Images must be JPEG, PNG, or GIF (WebP and SVG are not supported by iOS). Max 10 MB.
03
Auth and permissions
What it asks for.
Declared in the manifest, in advance. The app cannot reach anything it did not ask for here.
System secrets
API_KEY
Reading further
The manifest and the source for Pushcut live in the monorepo, alongside the other apps.