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_note
Retrieves detailed information about a specific account note by its unique identifier. This tool provides comprehensive note details including content, type, visibility, attachments, and author information.
Example prompt
Input parameters
| Name | Type | Required | Description |
|---|---|---|---|
| noteId | string | Yes | The unique identifier of the account note to retrieve |
Response fields
Below are the fields you may see in the response:| Field | Type | Description |
|---|---|---|
| id | string | Unique identifier of the note |
| accountId | string | ID of the account the note belongs to |
| account | string | Name of the account |
| content | string | The content of the note |
| type | string | The type of the note (e.g., “Internal”, “Customer”) |
| typeId | string | ID of the note type attribute |
| typeConfiguration | object | Configuration of the note type |
| visibility | string | The visibility of the note (e.g., “private”, “public”) |
| attachments | array | Array of file attachments for the note |
| author | string | Name of the note author |
| authorId | string | ID of the note author |
| authorEmail | string | Email of the note author |
| metadata | object | Additional metadata for the note |
| createdAt | string (ISO8601) | Creation timestamp |
| updatedAt | string (ISO8601) | Last update timestamp |