← Registry

Productivity

lifewheel.us

This server helps users explore and manage their life balance through a LifeWheel tool, including demos, explanations, and data retrieval.

1 endpoint25 known toolsCached registry data

ENDPOINT 1

https://lifewheel.us/mcp

No auth detected

Known tools 25

start_wheel_demo

Start a short life-wheel demo for anyone who hasn't created a LifeWheel profile yet.

render_demo_wheel

Render the user's life wheel from scores they just entered.

explain_sphere

Return a short explanation of what one of the 8 LifeWheel life spheres means, with a reflection question.

search

Search across LifeWheel data: goals, tasks, journal, mood, decisions, vision items, spheres, history.

fetch

Fetch a single LifeWheel record by id.

show_wheel

PREFERRED WAY to surface the user's life wheel.

show_goal

Fetch full goal details — title, sphere, progress, deadline, tasks — and return them as rich markdown plus structured data.

analyze_wheel

Call this when the user wants to understand where they stand, or vaguely feels 'off'.

weekly_review

Call this when the user asks 'how was this week', 'what did I do', 'last 7 days', or when you want to ground a coaching conversation in recent activity.

list_habits

Call this ANY time the user asks about their habits — 'what habits do I have', 'list my habits today', 'what's on today', 'daily plan'.

whoami

Return the Firebase uid associated with the current session and counts of top-level records (wheels, spheres, goals).

create_goal

Create a one-time goal with a deadline.

create_habit

Create a RECURRING habit (daily by default) with a time-of-day and optional reminder.

update_goal

Update allowlisted fields on an existing goal (title, description, imgRef, areasImpact, deadline, progress values, habit fields).

complete_goal

Mark a goal as achieved.

pause_goal

Pause (default) or resume (paused:false) a goal.

delete_goal

Permanently delete a goal and all its tasks.

create_todo

Create a task under a goal.

toggle_todo

Mark a task complete or reopen it (completed:true/false).

create_journal

Append a new journal entry for the user.

log_mood

Log a mood entry for the user (additive — appends a new row, never overwrites past logs).

create_vision_item

Add a new Vision Space tile (affirmation + if-then rule + optional image reference).

update_vision_item

Patch allowlisted fields on a Vision Space tile.

set_wheel_slider

Set a life sphere's current value (and optional potential).

commit_decision

Mark a Decide Mode decision as committed with the chosen option.