session_status
Identify coverage gaps in an active API session without consuming probe budget, reporting unsampled structures, unexecuted tools, and untraversed identifiers to guide further probing.
Instructions
Return the current GAP REPORT for an active session, computed only from state already gathered — no target calls, no probe consumed. Reports (does not decide): unsampled_structures (collections listed but never drilled into), unexecuted_tools (unprobed tools minus backstop-blocked; you judge which are read-safe, with why_useful), untraversed_identifiers (ids seen in output but never used as a get-by-id argument, with likely_consumer_tools), sampling_hints (schema params like orderBy/pageSize/q/filter on unused tools for smart sampling), and depth_signal (raw coverage counts + probe budget). The same report rides every execute_probe result under gaps. You decide when coverage is enough.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |