Versión1.0.0
Categoríaautomation
AutenticaciónClave de API
Herramientas4
Transportestdio
LicenciaMIT
01
Qué hace
La aplicación, en sus propias palabras.
Send smart notifications, execute Shortcuts and HomeKit scenes on your iOS devices via the Pushcut API.
02
Herramientas
4 herramientas que el agente puede llamar.
Todas se declaran con parámetros tipados y devuelven resultados estructurados, así que el anfitrión puede renderizarlas en vez de narrarlas.
- 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
Autenticación y permisos
Qué pide.
Declarado en el manifiesto y por adelantado. La aplicación no puede alcanzar nada que no haya pedido aquí.
Secretos de sistema
API_KEY
Seguir leyendo
El manifiesto y el código de Pushcut están en el monorepo, junto al resto de aplicaciones.