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: create_account
Creates a new account in the Thena platform. This tool allows you to set up comprehensive account information including basic details, classification, health status, and custom fields.
Example prompt
Input parameters
| Name | Type | Required | Description |
|---|---|---|---|
| name | string | Yes | The name of the account |
| primaryDomain | string | Yes | The primary domain of the account |
| secondaryDomain | string | No | The secondary domain of the account |
| website | string | No | The website URL of the account |
| industry | string | No | The industry name (e.g., Technology, Finance) |
| description | string | No | A description of the account |
| source | string | No | The source of the account (e.g., “hubspot”) |
| accountOwnerId | string | No | The user identifier of the account owner |
| logo | string | No | The URL of the account logo |
| status | string | No | The account status (e.g., Prospect, Active) |
| classification | string | No | The account classification (e.g., Enterprise) |
| health | string | No | The account health status (e.g., Red, Green) |
| annualRevenue | number | No | The annual revenue of the account |
| employees | number | No | The number of employees of the account |
| billingAddress | string | No | The billing address of the account |
| shippingAddress | string | No | The shipping address of the account |
| customFieldValues | array | No | Custom field values for the account |
| addExistingUsersToAccountContacts | boolean | No | Whether to add existing users matching the email domain |
| metadata | object | No | Additional metadata for the account |
Custom field values structure
Each custom field value in thecustomFieldValues array contains:
| Field | Type | Description |
|---|---|---|
| fieldId | string | The ID of the custom field |
| value | string/number/boolean/null | The value for the custom field |
Response fields
The response will contain the created account with the same structure as theget_account tool.