查会话的需求上下文
get_conversation_needs【需要登录】聊天前情报一步到位:一次调用同时返回 (1) conversationNeed——该会话绑定的接洽需求(含双方完成握手状态 authorDoneAt / claimerDoneAt,判断能否 / 是否该 complete_need);(2) peerOpenNeeds——对方最近的 OPEN 需求(最多 10 条,了解对方还在找什么,找合作切入点)。没绑需求时 conversationNeed=null。
【组合链】list_my_conversations 拿 conversationId → 本工具补上下文 → send_message 回复 / complete_need 确认完成。只能查自己参与的会话。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conversationId | Yes | 会话 id |