checkups module provides tools to view client check-up histories and reviews (evaluation worksheets).
Available Tools
list_client_checkups
List client weekly or monthly check-up evaluations.
- Type: Read-only
- Important Input Fields:
clientId(string, required): Unique client ID.page(integer, optional): Page number.limit(integer, optional): Items per page.
get_checkup_answers
Retrieve the coach’s and client’s responses to check-up review sheets.
- Type: Read-only
- Important Input Fields:
checkupId(string, required): Unique check-up ID.
Natural Language Examples
- “Show me the check-ups submitted by Jane Doe.”
- “Retrieve answers for check-up check_abc123.”