get_candidate_stage
Retrieve the current recruitment stage of a candidate by providing their application ID. Returns the stage name from the candidate's details.
Instructions
查询候选人当前所处的招聘阶段。
实现说明:Moka v1 没有独立的单申请阶段查询接口,但候选人详情里自带 stageName,故本工具复用 GET /data/ehrApplications?applicationId={id}。
参数:
application_id:候选人申请 ID。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||