dingtalk_chat_message_search
Search DingTalk messages by keyword within start/end times, optionally restricted to a group conversation.
Instructions
按关键词搜索消息记录
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | 结束时间,ISO-8601(必填) | |
| limit | No | 返回数量,默认 100 | |
| query | Yes | 搜索关键词(必填) | |
| start | Yes | 开始时间,ISO-8601(必填) | |
| group_id | No | 限定群聊 openConversationId(可选) |