Skip to main content
vox.ai MCP 서버는 19개 도구를 7개 그룹으로 제공합니다. 인증 방식은 인증 모델을 참고하세요.

조직

도구설명인증 제한
list_organizations현재 사용자가 속한 조직 목록OAuth만 (API 토큰 불가)

에이전트

도구설명주요 파라미터
create_agent에이전트 생성name, agent_type, prompt, data
update_agent기존 에이전트 수정 (PATCH 방식)agent_id, 변경할 필드
get_agent에이전트 상세 조회agent_id
list_agents조직의 에이전트 목록 조회
agent_type 허용값: single_prompt (프롬프트 에이전트), flow (플로우 에이전트) data 주요 필드: first_message, voice, tools, llm, speech_settings 가이드: 에이전트 생성과 수정

통화

도구설명주요 파라미터
create_call아웃바운드 단건 통화 실행agent_id, call_from, call_to, dynamic_variables
get_call통화 기록 상세 조회 (스크립트, 녹음, 비용)call_id
list_calls통화 기록 목록 조회agent_id, call_type, disconnection_reason, sort_by
call_from, call_to 포맷: E.164 (+821012345678) dynamic_variables: key-value 객체 (예: {"customer_name": "한승준"}) 가이드: 통화 실행과 확인

캠페인

도구설명주요 파라미터
create_campaign대량 아웃바운드 캠페인 생성name, agent_id, call_from, tasks[], concurrency
list_campaigns캠페인 목록 조회status, agent_id, sort_order
tasks[]: 발신 대상 배열. 각 항목에 call_todynamic_variables 포함 가이드: 대량 발신

커스텀 도구

도구설명
create_custom_tool에이전트용 커스텀 도구 생성 (API 또는 MCP 타입)
list_custom_tools조직의 커스텀 도구 목록 조회
delete_custom_tool커스텀 도구 삭제
가이드: 도구 > API

전화번호

도구설명주요 파라미터
list_available_telephone_numbers구매 가능한 번호 목록 (플랫폼 재고)number_type
create_telephone_number번호 구매(vox) 또는 등록(custom)number, number_type, address, inbound_agent_id
list_telephone_numbers보유 번호 목록number_type, status
update_telephone_number번호 설정 수정 (PATCH)record_id, inbound_agent_id, outbound_agent_id
가이드: 전화번호 연결

평가

도구설명주요 파라미터
create_ut_eval유닛 테스트 생성agent_id, name, scenario_prompt, expected_data, eval_criteria
list_ut_evals유닛 테스트 목록 조회agent_id, status, limit, offset
get_ut_eval유닛 테스트 상세 조회 (결과 포함)ut_test_id
run_ut_eval_batch배치 실행ut_test_ids[], agent_id (override)
get_ut_eval_batch_result배치 결과 조회 (pass/fail 집계)batch_id

관련 문서


MCP 도구, create_agent, create_call, create_campaign, list_agents, get_call, 커스텀 도구, 전화번호, 평가, 유닛 테스트