reset_connector_token
ActiveTool of CorpusIQ
Reset connector auth state for the current user. Use when tokens are stale, missing scopes, tied to the wrong account/workspace, or repeatedly failing auth. For credential-based connectors, this clears the saved credentials so the user can re-enter them. Input: connector_id (required). Supported values: google_workspace, microsoft, dropbox, shopify, quickbooks, hubspot, slack, ebay, facebook_marketing, tiktok, klaviyo, calendly, activecampaign, odoo, constantcontact, airtable, gohighlevel, monday, semrush, ahrefs, posthog, stripe, gunbroker.
Parameters schema
{
"type": "object",
"required": [
"connector_id"
],
"properties": {
"connector_id": {
"type": "string",
"description": "Connector token to reset (e.g., 'slack', 'tiktok', 'klaviyo', 'google_workspace', 'microsoft', 'gohighlevel')."
}
}
}Parent server
CorpusIQ
1/7 registries