KosmoKrator

communication

Dialpad MCP, CLI, and Lua Integration for AI Agents

Dialpad integration docs for AI agents: MCP gateway setup, Dialpad CLI commands, Lua API reference, credentials, and function schemas.

7 functions 6 read 1 write Bearer token auth

Dialpad for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Machine-Readable Metadata
integration_slug
dialpad
route_slug
dialpad
package
dialpad
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Dialpad MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Dialpad.

Dialpad CLI Matrix

Use these pages for direct Dialpad CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
dialpad.dialpad_list_calls Read read 4 List call history records from Dialpad. Returns call details including participants, duration, and direction. Supports date range filtering and pagination.
dialpad.dialpad_get_call Read read 1 Get details of a specific call record by ID. Returns full call information including participants, duration, direction, and recording URL if available.
dialpad.dialpad_list_sms Read read 4 List SMS messages from Dialpad. Returns message details including sender, recipient, text content, and timestamps. Supports date range filtering and pagination.
dialpad.dialpad_send_sms Write write 3 Send an SMS message via Dialpad. Specify the recipient number, sender number (or department ID), and message text.
dialpad.dialpad_list_users Read read 2 List users in the Dialpad organization. Returns user details including name, email, phone numbers, and department. Supports pagination.
dialpad.dialpad_get_user Read read 1 Get details of a specific Dialpad user by ID. Returns user profile including name, email, phone numbers, department, and status.
dialpad.dialpad_get_current_user Read read 0 Get the profile of the currently authenticated Dialpad user. Useful for verifying the connection and identifying which account the integration is using.