Skip to main content
Glama
voiceAgent.ts527 B
import { BaseJustCallDto } from "./base.js"; export interface GetVoiceAgentDto extends BaseJustCallDto { id: number; } export interface ListVoiceAgentsDto extends BaseJustCallDto { per_page?: number; page?: number; order?: "asc" | "desc"; } export interface DynamicVariable { name: string; value: string; type?: "string"; } export interface InitiateVoiceAgentCallDto extends BaseJustCallDto { ai_agent_id: string; contact_number: string; has_consent: boolean; dynamic_variables?: DynamicVariable[]; }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/saaslabsco/justcall-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server