Get Account Tool
get_accountReturn the connected OpenClip account: the user's id and email, the current team and plan, the number of processing credits remaining, and the granted scopes/abilities of the current connection (the OAuth scopes for the primary connection, or the personal access token abilities for a key-based connection). Use this first to confirm the connection works and the user has credits before submitting videos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | Coarse billing state of the current team. | |
| team | Yes | The current team's name. Null when the account has no team yet. | |
| Yes | The connected user's email address. | ||
| user_id | Yes | The connected user's id (hashid). | |
| abilities | Yes | Granted OAuth scopes (primary connection) or personal access token abilities (key-based connection). | |
| credits_remaining | Yes | Processing credits left. One credit = one minute of source video. |