Skip to main content
Glama

get_calls_in_progress

Retrieve active call sessions to monitor ongoing conversations and manage real-time voice interactions.

Instructions

Get all calls currently in progress

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • index.js:421-429 (registration)
    Registration of the 'get_calls_in_progress' tool including its name, description, and input schema (empty object).
    { name: 'get_calls_in_progress', description: 'Get all calls currently in progress', inputSchema: { type: 'object', properties: {}, required: [] } },
  • Handler implementation for 'get_calls_in_progress': sets the URL to fetch calls in progress from the backend API (/twilio/calls) and performs a GET request via fetch.
    case 'get_calls_in_progress': url = `${this.baseUrl}/twilio/calls`; break;

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/Business-On-Steroids/MCP-VoiceAI-WhiteLabel'

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