get_message
Need a specific message? Fetch it by ID to view full content, either as raw Markdown or HTML.
Instructions
Fetch a single message by its ID.
Use this when you have a specific message ID and want its full content, or when following up on a message reference from another tool's output.
Args: message_id: The numeric message ID. include_html: If True, return HTML. If False (default), raw Markdown.
Returns: JSON object with the full message details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ||
| include_html | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |