list_jobs
Retrieve active job postings from Moka recruitment system by recruitment mode (social/campus), with optional organization filter and result limit.
Instructions
查询职位列表。
对应 Moka 接口:GET /jobs/{orgId}(v1)
参数:
mode:招聘模式,必填。social=社招 / campus=校招。
org_id:组织标识;留空则使用 .env 中的 MOKA_ORG_ID。
limit:返回条数上限。
说明:已关闭但未勾选「取消在官网显示」的职位仍会返回;已删除职位不返回。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| org_id | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||