list_chat_message_attachments
List files attached directly to Huly chat messages or thread replies. Specify target kind, channel or DM, and message ID.
Instructions
List files attached directly to a Huly chat message target. target.kind supports channel_message, dm_message, and thread_reply; the tool resolves channel names and one-to-one DM participant display names for you.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Chat attachment target. Use channel_message for a channel message, dm_message for a direct-message message, or thread_reply for a thread reply. | |
| limit | No | Maximum number of matching attachments 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. |