chuyen_ho_so_mien_phi_tram_nam_dan
Transfer records to a designated station at no cost using a list of record IDs. This tool enables efficient record management within the MCP API Service.
Instructions
Chuyển hồ sơ miễn phí trạm nâm dan
Input Schema
Name | Required | Description | Default |
---|---|---|---|
danhSachMa | Yes | Danh sách mã hồ sơ cần chuyển |
Input Schema (JSON Schema)
{
"properties": {
"danhSachMa": {
"description": "Danh sách mã hồ sơ cần chuyển",
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"danhSachMa"
],
"type": "object"
}