get_job_custom_fields
Retrieve custom fields for a job by providing its ID. Optionally specify an organization ID to access custom fields from the Moka recruitment system.
Instructions
获取某职位的自定义字段。
实现说明:Moka 没有稳定的独立「职位自定义字段定义」读取接口, 但职位详情里自带 customFields,故本工具从 GET /jobs/{orgId}/{jobId} 提取。
参数:
job_id:职位 ID。
org_id:组织标识;留空则使用 .env 中的 MOKA_ORG_ID。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| org_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||