Solving common issues when creating and managing hives
Issue Type | Common Symptoms | Go to Section |
---|---|---|
🔍 Input Validation | Invalid input, parameter type mismatches | Validation Errors |
🔒 Authentication | ”Unauthorized” errors, auth failures | Authorization Errors |
⏱️ Timeout | Tool execution cuts off, connection drops | Timeout Errors |
🔌 Connection | Can’t connect, connection drops | Connection Issues |
🛠️ Tool Invocation | Tool not recognized or improperly used | Tool Invocation Problems |
{"team_id": "539"}
will convert to {"team_id": 539}
(integer)"true"
gets converted to True
(boolean)json.loads()
on passed values before sending them to the tool. Handle these conversions appropriately in your backend.
10 seconds
10 seconds
when possible