KosmoKrator

productivity

Bland AI MCP, CLI, and Lua Integration for AI Agents

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

Bland AI 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

FunctionTypeParametersDescription
blandai.blandai_make_call Write write 14 Initiate an AI-powered phone call via BlandAI. The AI agent will follow the provided task instructions and speak using the specified voice.
blandai.blandai_get_call Read read 1 Retrieve details for a specific BlandAI phone call, including status, transcript, duration, and metadata.
blandai.blandai_list_calls Read read 7 List BlandAI phone calls with optional pagination. Returns call summaries including status, duration, and phone numbers.
blandai.blandai_stop_call Write write 1 Stop an active Bland AI call by call ID.
blandai.blandai_stop_all_active_calls Write write 0 Stop all currently active Bland AI calls on the account.
blandai.blandai_analyze_call Read read 4 Analyze a BlandAI call transcript with a custom prompt. Extract insights, summarize the conversation, or evaluate call outcomes.
blandai.blandai_create_batch Write write 4 Create a Bland AI batch or campaign with phone numbers, shared call params, and optional sequence.
blandai.blandai_list_batches Read read 2 List Bland AI batches and campaigns.
blandai.blandai_list_voices Read read 0 List Bland AI voices available for calls.
blandai.blandai_get_voice Read read 1 Get details for a Bland AI voice by name or ID.
blandai.blandai_list_knowledge_bases Read read 3 List Bland AI knowledge bases for the authenticated organization.
blandai.blandai_create_text_knowledge_base Write write 3 Create a Bland AI text knowledge base from plain text.
blandai.blandai_update_knowledge_base Write write 3 Update a Bland AI knowledge base name and/or description.
blandai.blandai_chat_knowledge_base Write write 2 Ask a question or continue a chat against a Bland AI knowledge base.
blandai.blandai_create_tool Write write 7 Create a Bland AI custom tool for call agents.
blandai.blandai_get_current_user Read read 0 Get the authenticated BlandAI user's account information. Useful for verifying credentials and checking account details.