Delete Challenge Task
Tool to delete a specific task from a challenge. Use when removing an unwanted or outdated task from a challenge. Use after confirming the task belongs to the target challenge.
Delete Habitica Group
Tool to delete a Habitica group (guild) or leave a party. - For parties: Habitica does not support deleting via DELETE /groups/{id}. The correct flow is to leave the party via PO…
Delete Habitica Tag
Tool to delete a tag for the authenticated user. Use when you need to remove an obsolete tag after confirming it’s no longer applied to any tasks.
Delete Task
Tool to delete a Habitica task. Use when you have the task ID and want to remove it permanently.
Get Habitica Achievements
Tool to retrieve all available Habitica achievements. Use after authenticating to list achievements and their progress.
Get Challenge
Tool to retrieve details of a specific challenge. Use when you have the challenge ID and need its full data.
Get Group Challenges
Tool to retrieve challenges available in a specific group (guild, party, or tavern).
Get Challenge Task
Tool to retrieve a specific task from any challenge. Use after you have the task ID and need its full details.
Get Challenge Tasks
Tool to get all tasks for a specified challenge. Use when you have a challenge ID and need to list its defined tasks, including challenge metadata per task.
Get Content
Tool to retrieve global game content definitions. Use when loading Habitica items, equipment, pets, quests, and other definitions. Call once per session to cache content.
Get Content By Type
Tool to retrieve game content for a specified category. Use when you need to fetch specific Habitica content by its type (e.g., items, quests). Use after identifying the content …
Get Equipment
Tool to retrieve the authenticated user’s equipped gear and costume. Use when you need to inspect current battle gear and costume slots.
Get Group
Tool to retrieve details of a specific group. Use when you have a groupId and need its metadata.
Get Group Members
Tool to retrieve members of a specific group. Use when you have a groupId and need its member list.
Get Habitica Groups
Tool to retrieve Habitica groups (guilds, parties, taverns). Use when browsing or searching available groups by type or name before joining.
Get Notifications
Tool to retrieve notifications for the authenticated user. Use when you need to fetch the user's current notification list after authenticating.
Get Party
Tool to retrieve the authenticated user's party details. Use when you need to fetch the current party information after authenticating.
Get Party Members
Tool to retrieve members of the authenticated user's party. Use after authenticating to list current party members.
Get Tags
Tool to retrieve authenticated user's tags. Use when you need to list the authenticated user's tags after confirming credentials.
Get Tasks
Tool to retrieve all tasks for the authenticated user. Use when you need the user's current tasks list after authenticating.
Get User Achievements
Tool to retrieve the authenticated user's achievements. Use after authenticating to fetch the current user's achievements.
Get User Challenges
Tool to retrieve challenges the authenticated user participates in. Use when you need a paginated list of user challenges.
Get User Inventory
Tool to retrieve the authenticated user's full inventory. Use after authentication to list all owned items.
Get User Profile
Tool to retrieve the authenticated user's profile information. Use after authenticating to fetch user details.
Get User Quest Progress
Tool to retrieve the authenticated user's quest progress. Use after authenticating to fetch the current user's quest progress.
Get User Stats
Tool to retrieve the authenticated user's Habitica statistics. Use after authentication to fetch user's stats block.
Get User Subscription
Tool to retrieve the authenticated user's subscription details. Use after authenticating to verify current subscription status.
Get Webhooks
Tool to retrieve webhooks for the authenticated user. Use when you need to list the user's webhooks after authenticating.
Invite To Group
Tool to invite users to a specific group. Use when you need to send invitations by user UUID, email, or username.
Invite To Party
Tool to invite users to the authenticated user's party. Use when you have a list of identifiers (UUIDs, emails, or usernames) ready and want to add them to your current party.
Join Challenge
Tool to join a challenge. Use after confirming the challenge ID to participate in a specific challenge.
Leave Challenge
Tool to leave a Habitica challenge. Use when you need to remove yourself from a specific challenge and decide whether to keep or remove its tasks.
Local Login
Tool to authenticate a user via local credentials. Use when needing an API token for subsequent Habitica requests.
Local User Registration
Tool to register a new Habitica user via email and password. Use when creating a fresh account before authentication.
Mark Notifications Seen
Tool to mark specific notifications as read. Use when you want to clear unread notification badges after reviewing your notifications.
Remove Party Member
Tool to remove a member from your party. Use when you need to eject a user from your party as the party leader.
Score Task
Tool to score (check/uncheck) a Habitica task. Use when you need to mark a task as completed or undone.
Social Auth
Tool to authenticate a user via a social provider. Use after obtaining an OAuth token or code from Facebook, Google, GitHub, or Apple.
Subscribe Webhook
Tool to enable (subscribe) an existing webhook by ID for the authenticated user. This aligns with Habitica's documented API by updating the webhook resource to ensure it is enabl…