get_message
Retrieve a full message by its UID from an IETF mailing-list archive. Optionally include or truncate the plain-text body for efficient reading.
Instructions
Fetch a single message by UID (from a prior search/page result).
Args:
list_name: Mailbox / list name, e.g. "agent2agent".
uid: The message UID returned by search_list / page_list.
include_body: Include the plain-text body (default True).
max_body_chars: Truncate the body to this many characters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uid | Yes | ||
| list_name | Yes | ||
| include_body | No | ||
| max_body_chars | No |