Habitica is an open-source task management application that gamifies productivity by turning tasks into role-playing game elements.
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.
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
Tool to create a new challenge. Use when you need to start a challenge in a specific group with title, summary, and optional tasks.
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.
Tool to create a new tag. Use after determining the desired tag name.
Tool to create a new user task in Habitica. Use after gathering task details like text, type, and optional properties.