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_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Dialpad CLIHeadless setup and direct function calls. Dialpad MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Dialpad MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Dialpad.
Claude Code Dialpad MCP setup for Claude Code. Cursor Dialpad MCP setup for Cursor. Codex Dialpad MCP setup for Codex. OpenAI Agents Dialpad MCP setup for OpenAI Agents SDK. Claude Agent SDK Dialpad MCP setup for Claude Agent SDK. Vercel AI SDK Dialpad MCP setup for Vercel AI SDK. LangChain Dialpad MCP setup for LangChain. LangGraph Dialpad MCP setup for LangGraph. CrewAI Dialpad MCP setup for CrewAI. MCP clients Dialpad MCP setup for Generic MCP Clients.
Dialpad CLI Matrix
Use these pages for direct Dialpad CLI workflows in scripts, CI, cron, and agent wrappers.
CI Dialpad CLI for CI. Cron Jobs Dialpad CLI for cron jobs. Shell Scripts Dialpad CLI for shell scripts. Headless Automation Dialpad CLI for headless automation. Coding Agents Dialpad CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |