Loading...
Loading...
Compare original and translation side by side
RUBE_MANAGE_CONNECTIONSintercomRUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONSintercomRUBE_SEARCH_TOOLShttps://rube.app/mcpRUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONSintercomhttps://rube.app/mcpRUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONSintercomINTERCOM_LIST_ALL_ADMINSINTERCOM_LIST_CONVERSATIONSINTERCOM_SEARCH_CONVERSATIONSINTERCOM_GET_CONVERSATIONINTERCOM_CREATE_CONVERSATIONfromtypeidbodyidqueryfieldoperatorvaluefrom<p>INTERCOM_LIST_ALL_ADMINSINTERCOM_LIST_CONVERSATIONSINTERCOM_SEARCH_CONVERSATIONSINTERCOM_GET_CONVERSATIONINTERCOM_CREATE_CONVERSATIONfromtypeidbodyidqueryfieldoperatorvaluefrom<p>INTERCOM_GET_CONVERSATIONINTERCOM_REPLY_TO_CONVERSATIONINTERCOM_ASSIGN_CONVERSATIONINTERCOM_CLOSE_CONVERSATIONINTERCOM_REOPEN_CONVERSATIONconversation_ididbodytypeadmin_idassignee_idmessage_typeadmin_idmessage_type: 'note'INTERCOM_GET_CONVERSATIONINTERCOM_REPLY_TO_CONVERSATIONINTERCOM_ASSIGN_CONVERSATIONINTERCOM_CLOSE_CONVERSATIONINTERCOM_REOPEN_CONVERSATIONconversation_ididbodytypeadmin_idassignee_idmessage_typeadmin_idmessage_type: 'note'INTERCOM_SEARCH_CONTACTSINTERCOM_GET_A_CONTACTINTERCOM_SHOW_CONTACT_BY_EXTERNAL_IDINTERCOM_LIST_CONTACTSINTERCOM_LIST_TAGS_ATTACHED_TO_A_CONTACTINTERCOM_LIST_ATTACHED_SEGMENTS_FOR_CONTACTINTERCOM_DETACH_A_CONTACTcontact_idexternal_idqueryfieldoperatorvaluepaginationper_pagestarting_after{field, operator, value}=!=><~!~INNINstarting_afterINTERCOM_SEARCH_CONTACTSINTERCOM_GET_A_CONTACTINTERCOM_SHOW_CONTACT_BY_EXTERNAL_IDINTERCOM_LIST_CONTACTSINTERCOM_LIST_TAGS_ATTACHED_TO_A_CONTACTINTERCOM_LIST_ATTACHED_SEGMENTS_FOR_CONTACTINTERCOM_DETACH_A_CONTACTcontact_idexternal_idqueryfieldoperatorvaluepaginationper_pagestarting_after{field, operator, value}=!=><~!~INNINstarting_afterINTERCOM_LIST_ALL_ADMINSINTERCOM_IDENTIFY_AN_ADMINadmin_idtype: 'team'INTERCOM_LIST_ALL_ADMINSINTERCOM_IDENTIFY_AN_ADMINadmin_idtype: 'team'INTERCOM_LIST_SEGMENTSINTERCOM_LIST_ATTACHED_SEGMENTS_FOR_CONTACTINTERCOM_LIST_ATTACHED_SEGMENTS_FOR_COMPANIESINTERCOM_GET_COUNTScontact_idcompany_idtypecountINTERCOM_LIST_SEGMENTSINTERCOM_LIST_ATTACHED_SEGMENTS_FOR_CONTACTINTERCOM_LIST_ATTACHED_SEGMENTS_FOR_COMPANIESINTERCOM_GET_COUNTScontact_idcompany_idtypecountINTERCOM_LIST_ALL_COMPANIESINTERCOM_LIST_ATTACHED_SEGMENTS_FOR_COMPANIESINTERCOM_DETACH_A_CONTACTcompany_idcontact_idpageper_pageINTERCOM_LIST_ALL_COMPANIESINTERCOM_LIST_ATTACHED_SEGMENTS_FOR_COMPANIESINTERCOM_DETACH_A_CONTACTcompany_idcontact_idpageper_page{
"field": "email",
"operator": "=",
"value": "user@example.com"
}{
"operator": "AND",
"value": [
{"field": "role", "operator": "=", "value": "user"},
{"field": "created_at", "operator": ">", "value": 1672531200}
]
}{
"field": "email",
"operator": "=",
"value": "user@example.com"
}{
"operator": "AND",
"value": [
{"field": "role", "operator": "=", "value": "user"},
{"field": "created_at", "operator": ">", "value": 1672531200}
]
}pages.nextstarting_afterpagination.starting_afterpages.nextpages.nextstarting_afterpagination.starting_afterpages.next1. Call INTERCOM_LIST_ALL_ADMINS to get all admins
2. Find the desired admin by name or email
3. Use admin.id for replies, assignments, and state changes1. 调用INTERCOM_LIST_ALL_ADMINS获取所有管理员信息
2. 通过姓名或邮箱查找目标管理员
3. 使用admin.id进行回复、分配和状态变更操作| Task | Tool Slug | Key Params |
|---|---|---|
| List conversations | INTERCOM_LIST_CONVERSATIONS | (pagination) |
| Search conversations | INTERCOM_SEARCH_CONVERSATIONS | query |
| Get conversation | INTERCOM_GET_CONVERSATION | id |
| Create conversation | INTERCOM_CREATE_CONVERSATION | from, body |
| Reply to conversation | INTERCOM_REPLY_TO_CONVERSATION | conversation_id, body, admin_id |
| Assign conversation | INTERCOM_ASSIGN_CONVERSATION | conversation_id, admin_id, assignee_id |
| Close conversation | INTERCOM_CLOSE_CONVERSATION | id, admin_id |
| Reopen conversation | INTERCOM_REOPEN_CONVERSATION | id, admin_id |
| Search contacts | INTERCOM_SEARCH_CONTACTS | query |
| Get contact | INTERCOM_GET_A_CONTACT | contact_id |
| Contact by external ID | INTERCOM_SHOW_CONTACT_BY_EXTERNAL_ID | external_id |
| List contacts | INTERCOM_LIST_CONTACTS | (pagination) |
| Contact tags | INTERCOM_LIST_TAGS_ATTACHED_TO_A_CONTACT | contact_id |
| Contact segments | INTERCOM_LIST_ATTACHED_SEGMENTS_FOR_CONTACT | contact_id |
| Detach contact | INTERCOM_DETACH_A_CONTACT | contact_id, company_id |
| List admins | INTERCOM_LIST_ALL_ADMINS | (none) |
| Identify admin | INTERCOM_IDENTIFY_AN_ADMIN | admin_id |
| List segments | INTERCOM_LIST_SEGMENTS | (none) |
| Company segments | INTERCOM_LIST_ATTACHED_SEGMENTS_FOR_COMPANIES | company_id |
| Get counts | INTERCOM_GET_COUNTS | type, count |
| List companies | INTERCOM_LIST_ALL_COMPANIES | page, per_page |
| 任务 | 工具标识 | 关键参数 |
|---|---|---|
| 列出对话 | INTERCOM_LIST_CONVERSATIONS | (pagination) |
| 搜索对话 | INTERCOM_SEARCH_CONVERSATIONS | query |
| 获取对话详情 | INTERCOM_GET_CONVERSATION | id |
| 创建对话 | INTERCOM_CREATE_CONVERSATION | from, body |
| 回复对话 | INTERCOM_REPLY_TO_CONVERSATION | conversation_id, body, admin_id |
| 分配对话 | INTERCOM_ASSIGN_CONVERSATION | conversation_id, admin_id, assignee_id |
| 关闭对话 | INTERCOM_CLOSE_CONVERSATION | id, admin_id |
| 重新打开对话 | INTERCOM_REOPEN_CONVERSATION | id, admin_id |
| 搜索联系人 | INTERCOM_SEARCH_CONTACTS | query |
| 获取联系人详情 | INTERCOM_GET_A_CONTACT | contact_id |
| 通过外部ID查找联系人 | INTERCOM_SHOW_CONTACT_BY_EXTERNAL_ID | external_id |
| 列出联系人 | INTERCOM_LIST_CONTACTS | (pagination) |
| 获取联系人标签 | INTERCOM_LIST_TAGS_ATTACHED_TO_A_CONTACT | contact_id |
| 获取联系人所属分群 | INTERCOM_LIST_ATTACHED_SEGMENTS_FOR_CONTACT | contact_id |
| 解除联系人与公司关联 | INTERCOM_DETACH_A_CONTACT | contact_id, company_id |
| 列出管理员 | INTERCOM_LIST_ALL_ADMINS | (none) |
| 获取管理员详情 | INTERCOM_IDENTIFY_AN_ADMIN | admin_id |
| 列出用户分群 | INTERCOM_LIST_SEGMENTS | (none) |
| 获取公司所属分群 | INTERCOM_LIST_ATTACHED_SEGMENTS_FOR_COMPANIES | company_id |
| 获取统计数据 | INTERCOM_GET_COUNTS | type, count |
| 列出公司 | INTERCOM_LIST_ALL_COMPANIES | page, per_page |