list_completed_mocks
Retrieve completed Medify UCAT mocks for your account, including section scores and cognitive totals. Filter by full mocks, mini-mocks, or both to inventory your test history.
Instructions
List completed Medify UCAT mocks for the signed-in account with section scores (VR/DM/QR, SJ when present) and cognitive totals. Use for inventory (“what have I sat?”) before trends or comparisons. Prefer analyze_* tools when you need ranked insights rather than a raw list. kind filters full mocks, mini-mocks, or all (default all). forceRefresh bypasses the local cache; includeRaw adds Medify payload fields for debugging. Read-only. Returns mocks plus cached/fetchedAt metadata. Empty list means no completed mocks or auth failed — call check_connection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Filter by mock kind. full = full papers, mini = section mini-mocks, all = both. Default: all | |
| includeRaw | No | If true, include raw Medify payload fields on each mock (debug only). Default: false | |
| forceRefresh | No | If true, re-fetch from Medify and ignore the local score cache. Default: false |