list_dm_messages
Retrieve direct-message conversation history, ordered newest first. Supply a DM ID or participant display name to view messages.
Instructions
List messages in a direct-message conversation, newest first. The dm argument accepts either the DM _id or a participant display name (e.g. Kerr,Shannon); a name resolves only to a one-to-one DM with the authenticated account.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dm | Yes | a string that will be trimmed | |
| limit | No | Maximum number of messages to return (default: 50) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | The successful tool result. The same value is also serialized as JSON in the text content for clients that do not read structuredContent. | |
| warnings | No | Optional agent-visible warnings about degraded result fidelity. Omitted when the server returned the documented happy-path payload. |