Productivity
lifewheel.us
This server helps users explore and manage their life balance through a LifeWheel tool, including demos, explanations, and data retrieval.
ENDPOINT 1
https://lifewheel.us/mcp
Known tools 25
start_wheel_demoStart a short life-wheel demo for anyone who hasn't created a LifeWheel profile yet.
render_demo_wheelRender the user's life wheel from scores they just entered.
explain_sphereReturn a short explanation of what one of the 8 LifeWheel life spheres means, with a reflection question.
searchSearch across LifeWheel data: goals, tasks, journal, mood, decisions, vision items, spheres, history.
fetchFetch a single LifeWheel record by id.
show_wheelPREFERRED WAY to surface the user's life wheel.
show_goalFetch full goal details — title, sphere, progress, deadline, tasks — and return them as rich markdown plus structured data.
analyze_wheelCall this when the user wants to understand where they stand, or vaguely feels 'off'.
weekly_reviewCall 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_habitsCall this ANY time the user asks about their habits — 'what habits do I have', 'list my habits today', 'what's on today', 'daily plan'.
whoamiReturn the Firebase uid associated with the current session and counts of top-level records (wheels, spheres, goals).
create_goalCreate a one-time goal with a deadline.
create_habitCreate a RECURRING habit (daily by default) with a time-of-day and optional reminder.
update_goalUpdate allowlisted fields on an existing goal (title, description, imgRef, areasImpact, deadline, progress values, habit fields).
complete_goalMark a goal as achieved.
pause_goalPause (default) or resume (paused:false) a goal.
delete_goalPermanently delete a goal and all its tasks.
create_todoCreate a task under a goal.
toggle_todoMark a task complete or reopen it (completed:true/false).
create_journalAppend a new journal entry for the user.
log_moodLog a mood entry for the user (additive — appends a new row, never overwrites past logs).
create_vision_itemAdd a new Vision Space tile (affirmation + if-then rule + optional image reference).
update_vision_itemPatch allowlisted fields on a Vision Space tile.
set_wheel_sliderSet a life sphere's current value (and optional potential).
commit_decisionMark a Decide Mode decision as committed with the chosen option.