Skip to main content
Glama

MCP API Service

by nstanw

them_nhan_vien_sxn

Assign employees to SXN tasks by specifying their ID, job, shift group, and location using the MCP API Service tool.

Instructions

Thêm nhân viên công việc SXN

Input Schema

NameRequiredDescriptionDefault
congViecYesCông việc
diaDiemYesĐịa điểm
maNhanVienYesMã nhân viên
nhomCaTrucYesNhóm ca trực

Input Schema (JSON Schema)

{ "properties": { "congViec": { "description": "Công việc", "type": "string" }, "diaDiem": { "description": "Địa điểm", "type": "string" }, "maNhanVien": { "description": "Mã nhân viên", "type": "string" }, "nhomCaTruc": { "description": "Nhóm ca trực", "type": "number" } }, "required": [ "maNhanVien", "congViec", "nhomCaTruc", "diaDiem" ], "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