haops_get_dm_history
Retrieve direct message history with a user to gain context before sending a reply.
Instructions
Retrieve direct message history with a specific user. Use this to read DM context before replying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (default: 1) | |
| limit | No | Messages per page (default: 50, max: 100) | |
| userId | Yes | UUID of the other user in the conversation | |
| projectSlug | Yes | The project slug (URL identifier) |