Get a message
get_messageFetches a specific Google Chat message by its resource name, returning text, sender, timestamps, thread info, attachments, and reactions. Resolves custom message IDs and provides deletion metadata for deleted messages.
Instructions
Fetches one message by its full resource name: text, formattedText, sender, createTime/lastUpdateTime, thread.name (reply target for send_message), attachment[] metadata (name, contentName, contentType, downloadUri, attachmentDataRef) and emojiReactionSummaries. Also resolves custom-id names (spaces//messages/client-) for messages sent with message_id. Deleted messages return deletionMetadata instead of content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | The full message name from list_messages/send_message, e.g. "spaces/AAA/messages/BBB.CCC". |