Habitica
Habitica

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

Completely Secure
20938VIEWS
2689USERS

Tools

1 of 8

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.

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

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.

Create Habitica Group

Tool to create a Habitica party or guild. Use when you want to initialize a new group with name, type, and optional privacy and description.

Create Tag

Tool to create a new tag. Use after determining the desired tag name.

Create Task

Tool to create a new user task in Habitica. Use after gathering task details like text, type, and optional properties.