A
licenseNot graded
qualityB
maintenanceEnables AI agents to send notifications to a unified feed, report activity, request input from humans, and manage notification state through MCP tools.
4
MIT
No user-submitted related servers found.
Scored across 4 tools
Each tool has a clearly distinct purpose: start, update, end an activity, and send notifications. No overlap in functionality.
All tools follow a consistent verb_noun pattern using snake_case: start_activity, update_activity, end_activity, send_notifications.
With 4 tools covering the core activity lifecycle and notifications, the count is well-scoped for the server's purpose.
The tool set covers the essential activity operations (start, update, end) and notifications. A missing retrieval tool (e.g., get_activity) is a minor gap but not critical for typical usage.