list_anchors
list_anchorsRetrieve a list of anchors filtered by status (online/offline) or map ID. Returns anchor details including code, coordinates, status, and installation location.
Instructions
【📊 查询】获取基站列表,可按状态或地图筛选。
参数:
status: 基站状态(可选),如"在线"、"离线"
mapId: 地图ID(可选)
返回: 基站列表,含编码、坐标、状态、安装位置
提示: 最多返回 2000 条。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mapId | No | 地图ID,不传则返回全部地图 | |
| status | No | 基站状态,如 "在线", "离线" |