Skip to main content

MCP tool: create_note

Creates a private note on any entity. Notes are automatically set to private visibility and are useful for internal documentation and team communication.

Example prompt

Input parameters

Response fields

Below are the fields you may see in the response:
FieldTypeDescription
idstringNote unique ID
contentstringPlain text content of the note
contentHtmlstringHTML formatted content
contentMarkdownstringMarkdown formatted content
contentJsonstringJSON formatted content for rich text
isEditedbooleanWhether the note has been edited
threadNamestringName of the comment thread
commentVisibilitystringAlways “private”
commentTypestringAlways “note”
isPinnedbooleanWhether the note is pinned
sourceEmailIdstringEmail ID if note came from email
metadataobjectAdditional metadata including mentions
createdAtstring (ISO8601)Creation timestamp
updatedAtstring (ISO8601)Last update timestamp
authorstringAuthor display name
authorAvatarUrlstringAuthor’s avatar URL
attachmentsarrayArray of attachment IDs
authorIdstringAuthor’s user ID
authorUserTypestringAuthor’s user type (e.g., ORG_ADMIN)
impersonatedUserEmailstringEmail of impersonated user
impersonatedUserNamestringName of impersonated user
impersonatedUserAvatarstringAvatar of impersonated user
deletedAtstringDeletion timestamp (null if not deleted)

Sample response