chieflab_connector_status
ActiveTool of ChiefLab
USE WHEN the user just completed a connector OAuth flow and you want to confirm it succeeded — 'did my connection work?', 'is my Zernio/HubSpot/Stripe connected?'. Returns status: pending | connected | failed for the given connectionId.
Parameters schema
{
"type": "object",
"required": [
"connectionId"
],
"properties": {
"workspaceId": {
"type": "string"
},
"connectionId": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ChiefLab
https://github.com/bdentech/chiefmo-agent
1/7 registries