navvi_account
Manage accounts linked to a persona: add, list, update, or delete accounts with service, email, credential references, and status tracking.
Instructions
Manage accounts linked to a persona. Actions: add, list, update, delete.
Add: navvi_account(action="add", persona="mybot", service="github", email="bot@x.com", creds_ref="gopass://navvi/mybot/github") List: navvi_account(action="list", persona="mybot") Update: navvi_account(action="update", account_id=1, status="blocked", notes="captcha") Delete: navvi_account(action="delete", account_id=1)
Accounts track which services a persona has registered on, with credential references (gopass://) and status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | ||
| persona | No | default | |
| service | No | ||
| No | |||
| creds_ref | No | ||
| status | No | active | |
| notes | No | ||
| account_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |