Skip to main content

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

Response fields

Below are the fields you may see in the response:
FieldTypeDescription
idstringUnique identifier of the note
accountIdstringID of the account the note belongs to
accountstringName of the account
contentstringThe content of the note
typestringThe type of the note (e.g., “Internal”, “Customer”)
typeIdstringID of the note type attribute
typeConfigurationobjectConfiguration of the note type
visibilitystringThe visibility of the note (e.g., “private”, “public”)
attachmentsarrayArray of file attachments for the note
authorstringName of the note author
authorIdstringID of the note author
authorEmailstringEmail of the note author
metadataobjectAdditional metadata for the note
createdAtstring (ISO8601)Creation timestamp
updatedAtstring (ISO8601)Last update timestamp

Sample response