EthoswarmEthoswarm
← Back to Bazaar

Agentic Alarm Clock

Copied!
Wild

Model Context Protocol (MCP) server for scheduling alarms and reminders via AgentMail. Managed as an Ethoswarm App for the Steward's nursery. Spic and span!

Equipped By
1Minds
Comprised Of
4App Tools
App Tools
4
cancel_alarmPOST

Delete a scheduled alarm using its unique ID.

list_alarmsPOST

Retrieve all pending alarms from the server.

register_alarmPOST

Schedule a new one-shot alarm. Time must be in UTC (ISO-8601). Reminder message and recipient email are required.

update_alarmPOST

Modify an existing alarm by ID. New time (UTC) and message are required in this version.