Skip to main content
Glama

MCP API Service

by nstanw

update_ton_kho_so_sach

Update inventory and book records using the API tool in MCP API Service. Input warehouse, item, manufacturer codes, and stock levels to keep inventory data accurate and synchronized.

Instructions

Cập nhật tồn kho sổ sách

Input Schema

NameRequiredDescriptionDefault
maKhoVatTuYesMã kho vật tư
maNhaSanXuatYesMã nhà sản xuất
maVatTuHangHoaYesMã vật tư hàng hóa
tonKhoSoSachYesTồn kho sổ sách

Input Schema (JSON Schema)

{ "properties": { "maKhoVatTu": { "description": "Mã kho vật tư", "type": "number" }, "maNhaSanXuat": { "description": "Mã nhà sản xuất", "type": "number" }, "maVatTuHangHoa": { "description": "Mã vật tư hàng hóa", "type": "number" }, "tonKhoSoSach": { "description": "Tồn kho sổ sách", "type": "number" } }, "required": [ "maKhoVatTu", "maVatTuHangHoa", "maNhaSanXuat", "tonKhoSoSach" ], "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