forked from AtomDancing/tlbm-mcp
docs: 车辆状态接口支持满满和自营
- list_vehicle_status: 支持满满、自营 - get_vehicle_status: 支持满满、自营 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -58,13 +58,13 @@ const TOOLS = [
|
||||
// === 车辆状态 ===
|
||||
{
|
||||
name: "list_vehicle_status",
|
||||
description: "查询所有车辆最新状态,按电量由低到高排序(当前仅支持满满)",
|
||||
description: "查询所有车辆最新状态,按电量由低到高排序(支持满满、自营)",
|
||||
inputSchema: { type: "object", properties: {} },
|
||||
endpoint: { method: "GET", path: "/api/vehicle/status/list" },
|
||||
},
|
||||
{
|
||||
name: "get_vehicle_status",
|
||||
description: "根据车牌号查询车辆最新状态",
|
||||
description: "根据车牌号查询车辆最新状态(支持满满、自营)",
|
||||
inputSchema: {
|
||||
type: "object",
|
||||
properties: {
|
||||
|
||||
Reference in New Issue
Block a user