Documentation Index
Fetch the complete documentation index at: https://docs.thena.ai/llms.txt
Use this file to discover all available pages before exploring further.
MCP tool: get_account
Retrieves detailed information about a specific account by its unique identifier. This tool provides comprehensive account details including status, classification, health, industry, and contact information.
Example prompt
Input parameters
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | Yes | The unique identifier of the account to retrieve |
Response fields
Below are the fields you may see in the response:| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier of the account |
| name | string | Name of the account |
| description | string | Description of the account |
| source | string | Source of the account (e.g., “hubspot”) |
| logo | string | URL of the account logo |
| statusId | string | ID of the account status |
| status | string | Status of the account |
| statusConfiguration | object | Configuration of the status |
| classificationId | string | ID of the account classification |
| classification | string | Classification of the account |
| classificationConfiguration | object | Configuration of the classification |
| healthId | string | ID of the account health |
| health | string | Health of the account |
| healthConfiguration | object | Configuration of the health |
| industryId | string | ID of the account industry |
| industry | string | Industry of the account |
| industryConfiguration | object | Configuration of the industry |
| primaryDomain | string | Primary domain of the account |
| secondaryDomain | string | Secondary domain of the account |
| accountOwner | string | Name of the account owner |
| accountOwnerId | string | ID of the account owner |
| accountOwnerEmail | string | Email of the account owner |
| accountOwnerAvatarUrl | string | Avatar URL of the account owner |
| annualRevenue | number | Annual revenue of the account |
| employees | number | Number of employees |
| website | string | Website of the account |
| billingAddress | string | Billing address of the account |
| shippingAddress | string | Shipping address of the account |
| customFieldValues | array | Custom field values for the account |
| metadata | object | Additional metadata for the account |
| createdAt | string (ISO8601) | Creation timestamp |
| updatedAt | string (ISO8601) | Last update timestamp |