Skip to main content
Glama

MCP API Service

by nstanw

update_lenh_dieu_xe_may

Update motorbike dispatch order details in the MCP API Service, including start and end locations, odometer readings, and timestamps, using the order code as the identifier.

Instructions

Cập nhật thông tin lệnh điều xe máy

Input Schema

NameRequiredDescriptionDefault
ChiSoDongHoCongToMetBatDauNoChỉ số đồng hồ công tơ mét bắt đầu
ChiSoDongHoCongToMetHoanThanhNoChỉ số đồng hồ công tơ mét hoàn thành
CodeYesMã lệnh điều xe
ThoiGianBatDauNoThời gian bắt đầu (ISO format)
ThoiGianHoanThanhNoThời gian hoàn thành (ISO format)
ViTriBatDauNoVị trí bắt đầu
ViTriHoanThanhNoVị trí hoàn thành

Input Schema (JSON Schema)

{ "properties": { "ChiSoDongHoCongToMetBatDau": { "description": "Chỉ số đồng hồ công tơ mét bắt đầu", "type": "number" }, "ChiSoDongHoCongToMetHoanThanh": { "description": "Chỉ số đồng hồ công tơ mét hoàn thành", "type": "number" }, "Code": { "description": "Mã lệnh điều xe", "type": "string" }, "ThoiGianBatDau": { "description": "Thời gian bắt đầu (ISO format)", "type": "string" }, "ThoiGianHoanThanh": { "description": "Thời gian hoàn thành (ISO format)", "type": "string" }, "ViTriBatDau": { "description": "Vị trí bắt đầu", "type": "string" }, "ViTriHoanThanh": { "description": "Vị trí hoàn thành", "type": "string" } }, "required": [ "Code" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nstanw/api-service'

If you have feedback or need assistance with the MCP directory API, please join our Discord server