productivity
Plivo MCP, CLI, and Lua Integration for AI Agents
Plivo integration docs for AI agents: MCP gateway setup, Plivo CLI commands, Lua API reference, credentials, and function schemas.Plivo 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.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
plivo.plivo_list_messages | Read read | 8 | List SMS messages from Plivo with optional filters. Supports filtering by direction (inbound/outbound), message state, date range, sender, and recipient. Returns paginated message records. |
plivo.plivo_send_sms | Write write | 6 | Send an SMS message via Plivo. Specify a source phone number (must be a Plivo number), one or more destination numbers, and the message text. Returns the message UUID and details. |
plivo.plivo_list_numbers | Read read | 4 | List phone numbers on your Plivo account. Supports filtering by number type, service, and pagination. |
plivo.plivo_get_number | Read read | 1 | Retrieve details of a specific phone number on your Plivo account by its number (e.g., "+14155552671"). Returns alias, application, service type, and other number properties. |
plivo.plivo_list_calls | Read read | 8 | List calls from Plivo with optional filters. Supports filtering by direction (inbound/outbound), call state, date range, and phone numbers. Returns paginated call records. |
plivo.plivo_get_call | Read read | 1 | Retrieve detailed information about a specific Plivo call by its call UUID. Returns call details including duration, direction, status, and recording information. |
plivo.plivo_list_applications | Read read | 2 | List Plivo voice applications on the account. Returns application IDs, names, answer/hangup URLs, and associated number counts. |