{
"id": "tool_example",
"externalId": "getCustomer",
"name": "getCustomer",
"status": "active",
"version": {
"id": "toolv_example",
"revision": 1,
"status": "draft",
"manifest": {
"version": 1,
"sourceOperationId": "getCustomer",
"namespace": "crm",
"name": "getCustomer",
"description": "查询客户",
"inputSchema": {
"type": "object",
"properties": {
"id": {
"type": "string"
}
},
"required": [
"id"
],
"additionalProperties": false
},
"outputSchema": {
"type": "object"
},
"http": {
"method": "GET",
"origin": "https://crm.example.com",
"pathTemplate": "/customers/{id}",
"parameters": [
{
"argument": "id",
"location": "path",
"target": "id",
"required": true
}
]
},
"risk": {
"level": "low",
"actionClass": "read",
"facts": {
"httpMethod": "GET",
"matchedTerms": [],
"externallyCommitting": false,
"destructive": false,
"financial": false,
"requiresExplicitAuthorization": false
}
},
"timeoutMs": 10000,
"retryClass": "safeRead"
},
"riskLevel": "low",
"actionClass": "read",
"publishedAt": null,
"createdAt": "2026-09-27T08:00:00.000Z",
"updatedAt": "2026-09-27T08:00:00.000Z"
},
"integrationId": "int_example"
}