curl --request GET \
--url https://api.example.com/api/tools/{tool_id}{
"tool_id": "tool_123",
"client_id": "org_1",
"name": "GetOrderStatus",
"description": "Retrieves the status of a customer order",
"url": "https://api.shop.com/orders/{order_id}",
"method": "GET",
"created_at": "2024-01-01T00:00:00Z"
}
curl --request GET \
--url https://api.example.com/api/tools/{tool_id}{
"tool_id": "tool_123",
"client_id": "org_1",
"name": "GetOrderStatus",
"description": "Retrieves the status of a customer order",
"url": "https://api.shop.com/orders/{order_id}",
"method": "GET",
"created_at": "2024-01-01T00:00:00Z"
}
{
"tool_id": "tool_123",
"client_id": "org_1",
"name": "GetOrderStatus",
"description": "Retrieves the status of a customer order",
"url": "https://api.shop.com/orders/{order_id}",
"method": "GET",
"created_at": "2024-01-01T00:00:00Z"
}