Skip to main content
Glama

MCP API Service

by nstanw

update_hoa_chat

Update chemical information for specific shifts in the MCP API Service, including HV, CB, and HN values for Vôi, Clo, and PAC, using date and shift details.

Instructions

Cập nhật thông tin hóa chất theo ca

Input Schema

NameRequiredDescriptionDefault
cB_CloNoCB Clo
cB_PACNoCB PAC
cB_VoiNoCB Vôi
caYesCa làm việc
hN_CloNoHN Clo
hN_PACNoHN PAC
hN_VoiNoHN Vôi
hV_CloNoHV Clo
hV_PACNoHV PAC
hV_VoiNoHV Vôi
ngayYesNgày (ISO format)

Input Schema (JSON Schema)

{ "properties": { "cB_Clo": { "description": "CB Clo", "type": "number" }, "cB_PAC": { "description": "CB PAC", "type": "number" }, "cB_Voi": { "description": "CB Vôi", "type": "number" }, "ca": { "description": "Ca làm việc", "type": "number" }, "hN_Clo": { "description": "HN Clo", "type": "number" }, "hN_PAC": { "description": "HN PAC", "type": "number" }, "hN_Voi": { "description": "HN Vôi", "type": "number" }, "hV_Clo": { "description": "HV Clo", "type": "number" }, "hV_PAC": { "description": "HV PAC", "type": "number" }, "hV_Voi": { "description": "HV Vôi", "type": "number" }, "ngay": { "description": "Ngày (ISO format)", "type": "string" } }, "required": [ "ngay", "ca" ], "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