get_personnel_location
get_personnel_locationRetrieve real-time location of personnel by name or ID, returning coordinates, map, and zone information.
Instructions
【📊 查询】按人员姓名或ID查询实时位置。
参数:
nameOrId: 人员姓名或ID(必填),如 "张三" 或 "1001"
返回: 人员实时位置信息,含姓名、坐标、地图、区域
提示: 内部使用 Promise.all 并行查询多人位置。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nameOrId | Yes | 人员姓名或ID,如 "张三" 或 "1001" |