Skip to main content
Glama

MCP API Service

by nstanw

update_khai_bao_ra_ngoai

Update outbound declarations by specifying declaration ID and actual start/end times in ISO format using the MCP API Service.

Instructions

Cập nhật khai báo ra ngoài

Input Schema

NameRequiredDescriptionDefault
khaiBaoIDYesID khai báo cần cập nhật
thoiGianBatDauThucTeNoThời gian bắt đầu thực tế (ISO format)
thoiGianKetThucThucTeNoThời gian kết thúc thực tế (ISO format)

Input Schema (JSON Schema)

{ "properties": { "khaiBaoID": { "description": "ID khai báo cần cập nhật", "type": "number" }, "thoiGianBatDauThucTe": { "description": "Thời gian bắt đầu thực tế (ISO format)", "type": "string" }, "thoiGianKetThucThucTe": { "description": "Thời gian kết thúc thực tế (ISO format)", "type": "string" } }, "required": [ "khaiBaoID" ], "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