MCP-Tools: Integrationen
Diese Tools erscheinen in tools/list nur, wenn eine passende Integration verbunden ist (get_calendar_events ist nativ und immer verfügbar).
list_integrations
Aktive Integrations-Verbindungen. read · follower
Keine Parameter. Antwort: { connections[], count } (type, categories, status, connected_at).
get_calendar_events
Native Liza-Kalender-Events (eigene, Teilnahmen, zugängliche Kalender). read · user
| Parameter | Typ | Default | Beschreibung |
|---|---|---|---|
from | string (ISO) | – | Start des Zeitraums |
to | string (ISO) | – | Ende des Zeitraums |
query | string | – | Suche im Titel |
limit | number (max 50) | 20 | Anzahl |
CRM
| Tool | Rolle | Parameter |
|---|---|---|
search_crm_contacts | user | query?, limit?=20 |
get_crm_contact | user | contactId (erforderlich) |
list_crm_deals | user | query?, limit?=20 |
list_crm_companies | user | query?, limit?=20 |
Tickets
| Tool | Rolle | Parameter |
|---|---|---|
list_tickets | user | query?, limit?=20 |
get_ticket | user | ticketId (erforderlich) |
Messaging
| Tool | Rolle | Parameter |
|---|---|---|
list_messaging_channels | user | limit?=50 |
list_messaging_messages | user | limit?=20 |
Weitere
| Tool | Rolle | Parameter |
|---|---|---|
search_files (Storage) | user | query?, limit?=20 |
list_external_tasks | user | query?, limit?=20 |
unified_api_call
Generischer Aufruf an eine verbundene Integration (Unified.to) — für Kategorien oder Objekttypen, die kein spezifisches Tool abdeckt. admin
| Parameter | Typ | Default | Beschreibung |
|---|---|---|---|
integration_type | string (erforderlich) | – | z. B. hubspot, salesforce |
category | string (erforderlich) | – | crm, ticketing, calendar, messaging, storage, task, … |
object_type | string (erforderlich) | – | contact, company, deal, ticket, … |
method | enum get|post|put|patch|delete | get | HTTP-Methode |
path | string | "" | Zusatzpfad (z. B. /{id}) |
data | object | – | Body oder Query-Parameter |
