integrations_refresh_identity
InactiveTool of io.github.saloprj/dialogbrain
Refresh the saved login (browser identity) behind an HTTP-API integration when its session has expired — i.e. calls start returning auth_expired / 401 even though reads worked before. Re-opens the bound identity, lets the site re-issue its session cookie, and re-captures it in place. Identify the integration by `integration_id` or `base_url`. Returns whether the session was refreshed; if it still fails the identity needs a fresh human login in the Browser Identities UI.
Parameters schema
{
"type": "object",
"required": [],
"properties": {
"base_url": {
"type": "string",
"description": "Or the integration's base URL, e.g. https://api.boomnow.com."
},
"integration_id": {
"type": "integer",
"description": "Integration id (from integrations.list)."
}
}
}Parent server
io.github.saloprj/dialogbrain
https://github.com/saloprj/dialogbrain-mcp
1/7 registries