list_departments
Retrieve the organization's department hierarchy as a tree structure. Lists all departments visible in the Moka recruitment system.
Instructions
查询部门列表(树形组织架构)。
对应 Moka 接口:GET /departments(v1)
说明:实测返回结构为 {"departments": [...]}(不是通用的 data 字段)。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||