feat(intercom): register new tools in credential spec

Add intercom_close_conversation, intercom_create_contact, and
intercom_list_conversations to Intercom credential spec.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Timothy
2026-03-09 14:50:49 -07:00
parent 866db289e2
commit c17dd63b4a
@@ -18,6 +18,9 @@ INTERCOM_CREDENTIALS = {
"intercom_add_tag",
"intercom_assign_conversation",
"intercom_list_teams",
"intercom_close_conversation",
"intercom_create_contact",
"intercom_list_conversations",
],
required=True,
startup_required=False,