Habitica
Habitica

Habitica is an open-source task management application that gamifies productivity by turning tasks into role-playing game elements.

Completely Secure
80609VIEWS
2297USERS

Tools

1 of 14

Add Task To Challenge

Tool to add a new task to a specified challenge. Use when you need to programmatically create a challenge task after the challenge is set up and you have its ID.

Add Push Device

Tool to register a push notification device for the authenticated user. Use when you need to enable push notifications for mobile devices or UnifiedPush clients.

Add Tag To Task

Tool to add a tag to a task. Use when you need to categorize or label a task with an existing tag.

Cancel Subscription

Attempts to cancel the authenticated user's subscription. Since Habitica's public API does not provide a cancellation endpoint, this action checks the current subscription state and returns: - success=True with a no-op message if there is no active subscription - success=False with guidance to cancel via the website/app if a subscription appears active

Clone Challenge

Tool to clone an existing challenge. Use when you need to duplicate a challenge to a different group with a new name.

Create Challenge

Tool to create a new challenge. Use when you need to start a challenge in a specific group with title, summary, and optional tasks.