get_account_by_id
Retrieve comprehensive account information including contact details, custom fields, and associated personas by providing a specific account ID.
Instructions
Retrieve detailed information for a specific account by ID.
This tool fetches comprehensive account data including contact information, custom fields, and associated personas.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
account_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"account_id": {
"title": "Account Id",
"type": "string"
}
},
"required": [
"account_id"
],
"type": "object"
}