get_qualified_search_result tool reads a qualified search started with search_qualified_talents_by_prompt or search_qualified_talents_by_filters.
It only reads talents that already received a verdict and never costs credits. Talents are returned green first, then amber, then red, in judgement order within a verdict. Calls, waves, and credits are explained on the qualified search overview.
Follow nextAction:
canContinue is kept for compatibility and equals nextAction === "continue".
The HTTP counterpart is GET /v1/search/talents/qualified/{castingId}.
Input
Response
The assistant receives a JSON payload with talents and a short summary table. The structured result contains:
The JSON text also includes
talents. Each talent has talentId, aiVerdict (green, amber, or red), scoring (evaluation result or null: recap and criterias, each with title, result, status, evaluable, references; recap, title, and result are written in scoringLanguage, quotes in references stay in the profile’s original language), and profile (same profile fields as other Kalent talent search tools). Talents that cannot be loaded are omitted.
Errors
The tool response is marked as an error when there is no MCP session, the qualified search is not found (Casting not found.), the cursor does not match this search and verdict filter, or loading results fails.
