ZV-2026-0021 · 2026-08-13 · anatome.dev

anatome.dev: Tool get_weekly_checkins was removed.

breaking

What changed

Tool get_weekly_checkins was removed. Tool log_weekly_checkin was removed. New required field confirm on ai_meal_plan; requests without it will fail. New required field confirm on ai_workout_plan; requests without it will fail. Field target_external_user_id was removed from instantiate_routine input; consumers still sending it may be rejected or silently ignored.

What to do

If your agents call anatome.dev, pin the new snapshot, patch the affected call sites, and let a green contract check confirm the fix. If you don't use the changed tools, nothing is required, but the rest of the ecosystem just learned about it at the same moment you did.

The redline

get_weekly_checkins  Tool get_weekly_checkins was removed.
log_weekly_checkin  Tool log_weekly_checkin was removed.
confirm  New required field confirm on ai_meal_plan; requests without it will fail.
confirm  New required field confirm on ai_workout_plan; requests without it will fail.
target_external_user_id  Field target_external_user_id was removed from instantiate_routine input; consumers still sending it may be rejected or silently ignored.
Generate a multi-day meal plan given goals + preferences.
+  Draft a meal plan. Not medical advice. confirm:true required. Pass health constraints so t…   ai_meal_plan
+  health  Optional field health was added to ai_meal_plan; may shift model behaviour.
Generate a workout plan given goals + history.
+  Draft a workout plan. Not medical advice. confirm:true required. Pass health constraints s…   ai_workout_plan
+  health  Optional field health was added to ai_workout_plan; may shift model behaviour.
Export the signed-in user's complete data as JSON (meals, water, workouts, sets, cardio, b…
+  Export the signed-in user's data as JSON. Pass `domains` (e.g. meals,workouts) or confirm:…   export_data
+  confirm  Optional field confirm was added to export_data; may shift model behaviour.
Schedule a user's routine into planned workouts starting at start_date (one planned workou…
+  Schedule the signed-in user's routine into planned workouts from start_date. Coach assignm…   instantiate_routine
Returns the signed-in user's recent workouts, today's nutrition, latest weekly check-in, j…
+  Returns a slice of the signed-in user's training picture. Default domains are workouts and…   my_training_context
Full anatome.dev changelog →JSON feedWatch this for my agents