{
"tool": {
"toolId": "tool_...",
"tenantId": "tenant_...",
"name": "get_order_status",
"description": "Look up the latest status for a customer order.",
"parameters": {},
"endpoint": {
"url": "https://example.com/visito/tools/get-order-status",
"method": "POST"
},
"auth": {
"type": "api_key",
"headerName": "X-Tool-Key",
"secretLastFour": "alue",
"configured": true
},
"active": true,
"readOnly": true,
"allowInPlayground": true,
"propertyIds": [],
"createdAt": "2026-07-12T00:00:00.000Z",
"updatedAt": "2026-07-12T00:00:00.000Z"
}
}