建立 API 工具
本指南將引導您在平台中建立新的 MCP 工具。
最後更新於
這有幫助嗎?
這有幫助嗎?
客戶詢問訂單 ➡️ API 查詢訂單狀態 ➡️ 自動回覆配送進度新產品上架 ➡️ 自動更新官網 ➡️ 發送 EDM ➡️ 社群平台宣傳學生詢問課程進度 ➡️ API 查詢學習紀錄 ➡️ 自動回覆完成百分比和下次上課時間{
"Content-Type": "application/json; charset=utf-8",
"Authorization": "Bearer {{SECRET_API_TOKEN}}",
"Accept": "application/vnd.github.v3+json"
}{
"type": "object",
"properties": {
"limit": {
"type": "integer",
"minimum": 1,
"description": "回傳結果數量上限"
},
"fields": {
"type": "string",
"description": "以逗號分隔的欄位清單"
},
"search": {
"type": "string",
"description": "搜尋關鍵字"
}
},
"required": ["search"]
}