Skip to main content

MCP tool: get_account_activity

Retrieves detailed information about a specific account activity by its unique identifier. This tool provides comprehensive activity details including type, status, participants, timing, and attachments.

Example prompt

Input parameters

Response fields

Below are the fields you may see in the response:
FieldTypeDescription
idstringUnique identifier of the activity
accountIdstringID of the account the activity belongs to
accountstringName of the account
activityTimestampstring (ISO8601)Timestamp when the activity occurred
durationnumberDuration of the activity in minutes
locationstringLocation where the activity took place
titlestringTitle of the activity
descriptionstringDescription of the activity
typestringThe type of the activity (e.g., “Meeting”, “Call”, “Email”)
typeIdstringID of the activity type attribute
typeConfigurationobjectConfiguration of the activity type
statusstringThe status of the activity (e.g., “Completed”, “Scheduled”)
statusIdstringID of the activity status attribute
statusConfigurationobjectConfiguration of the activity status
participantsarrayArray of participant names
creatorstringName of the activity creator
creatorIdstringID of the activity creator
creatorEmailstringEmail of the activity creator
attachmentsarrayArray of file attachments for the activity
metadataobjectAdditional metadata for the activity
createdAtstring (ISO8601)Creation timestamp
updatedAtstring (ISO8601)Last update timestamp

Sample response