Skip to main content
Glama
index.ts821 B
import { createPiece, PieceAuth } from '@activepieces/pieces-framework'; import { bolnaaiAuth } from './lib/common/auth'; import { makePhoneCall } from './lib/actions/make-phone-call'; import { callCompletionReport } from './lib/triggers/call-completion-report'; import { createCustomApiCallAction } from '@activepieces/pieces-common'; export const bolna = createPiece({ displayName: 'Bolna AI', auth: bolnaaiAuth, minimumSupportedRelease: '0.36.1', logoUrl: 'https://cdn.activepieces.com/pieces/bolna.png', authors: ['sanket-a11y'], actions: [ makePhoneCall, createCustomApiCallAction({ auth: bolnaaiAuth, baseUrl: () => 'https://api.bolna.ai', authMapping: async (auth) => ({ Authorization: `Bearer ${auth}`, }), }), ], triggers: [callCompletionReport], });

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/activepieces/activepieces'

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