SimpleFINWriteDo not retry automatically

Rotate SimpleFIN access

rotate_simplefin_access

Issue a fresh setup token for an existing SimpleFIN access. The credentials the app currently holds stop working immediately, so the user must paste the new token before it syncs again. Use when a token may have leaked, or to re-link an app.

Parameters

ParameterTypeRequiredDescription
accessIdstringrequiredSimpleFIN access id — get from list_simplefin_access

Example call

The tool call an MCP client sends (required arguments shown with placeholder values).

{
"tool": "rotate_simplefin_access",
"arguments": {
"accessId": "accessId_123"
}
}

Use this tool in

Related SimpleFIN tools