Skip to content

MCP Tools: Integrations

These tools appear in tools/list only when a matching integration is connected (get_calendar_events is native and always available).

list_integrations

Active integration connections. read · follower

No parameters. Response: { connections[], count } (type, categories, status, connected_at).

get_calendar_events

Native Liza calendar events (your own, attendances, accessible calendars). read · user

ParameterTypeDefaultDescription
fromstring (ISO)Start of the time range
tostring (ISO)End of the time range
querystringSearch in the title
limitnumber (max 50)20Number of results

CRM

ToolRoleParameters
search_crm_contactsuserquery?, limit?=20
get_crm_contactusercontactId (required)
list_crm_dealsuserquery?, limit?=20
list_crm_companiesuserquery?, limit?=20

Tickets

ToolRoleParameters
list_ticketsuserquery?, limit?=20
get_ticketuserticketId (required)

Messaging

ToolRoleParameters
list_messaging_channelsuserlimit?=50
list_messaging_messagesuserlimit?=20

More

ToolRoleParameters
search_files (Storage)userquery?, limit?=20
list_external_tasksuserquery?, limit?=20

unified_api_call

Generic call to a connected integration (Unified.to) — for categories or object types that no specific tool covers. admin

ParameterTypeDefaultDescription
integration_typestring (required)e.g. hubspot, salesforce
categorystring (required)crm, ticketing, calendar, messaging, storage, task, …
object_typestring (required)contact, company, deal, ticket, …
methodenum get|post|put|patch|deletegetHTTP method
pathstring""Additional path (e.g. /{id})
dataobjectBody or query parameters

Liza Documentation