MCPcopy Create free account
hub / github.com/astercloud/aster / delete

Method delete

client-sdks/client-js/src/resources/tool.ts:78–82  ·  view source on GitHub ↗

* 删除自定义工具 * @param toolId 工具 ID 或名称

(toolId: string)

Source from the content-addressed store, hash-verified

76 * @param toolId 工具 ID 或名称
77 */
78 async delete(toolId: string): Promise<void> {
79 await this.request(`/v1/tools/${toolId}`, {
80 method: "DELETE",
81 });
82 }
83
84 // ==========================================================================
85 // Tool Execution

Callers 15

clearStepsFunction · 0.45
approveFunction · 0.45
rejectFunction · 0.45
removeToolFunction · 0.45
clearCompletedToolsFunction · 0.45
processSurfaceUpdateMethod · 0.45
processDeleteSurfaceMethod · 0.45
subscribeToDeleteMethod · 0.45
buildComponentNodeMethod · 0.45
buildTemplateInstanceMethod · 0.45
subscribeMethod · 0.45
clearPreservedStateFunction · 0.45

Calls 1

requestMethod · 0.80

Tested by

no test coverage detected