get_account
Get account information showing all available companies and the currently active company. Essential for verifying account setup and company selection before other operations.
Instructions
Get current account information including available companies. IMPORTANT: If you have access to multiple companies, you MUST either:
Call select_company first to choose which company to work with, OR
Pass companyId explicitly in each tool call
The response shows 'companies' (all available) and 'selectedCompanyId' (currently active). All subsequent operations will use the selected company unless you pass a companyId override.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | Whether the Sequenzy operation succeeded. | |
| message | No | Human-readable status, confirmation, or next-step message. | |
| note | No | Additional context about the result. | |
| items | No | Fallback array wrapper used only when a tool returns a bare array. | |
| value | No | Fallback object wrapper used only when a tool returns a non-object value. | |
| account | No | The account record returned by Sequenzy. | |
| companies | No | List of company records returned by Sequenzy. | |
| currentCompanyId | No | Company ID selected by the authenticated API key, when available. | |
| selectedCompanyId | No | Company ID selected locally for subsequent MCP calls, when available. | |
| appUrls | No | Dashboard URLs for relevant Sequenzy resources. | |
| url | No | Primary dashboard URL for this result. | |
| settingsUrl | No | Company settings URL when available. |