MCP tool to retrieve a specific account note by ID from the Thena platform.
get_account_note
Name | Type | Required | Description |
---|---|---|---|
noteId | string | Yes | The unique identifier of the account note to retrieve |
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 |