Test Connection
Test Tape API connection
Examples
MCP Tool Call
{
"name": "tape_testConnection",
"arguments": {}
}REST API
curl -X POST https://api.syncello.io/v1/tools/tape/testConnection \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{}'