Skip to main content
Glama

mcp-google-sheets

index.ts868 B
import { createPiece, PieceAuth } from "@activepieces/pieces-framework"; import { createCustomApiCallAction } from '@activepieces/pieces-common'; export const callRoundedAuth = PieceAuth.SecretText({ displayName: 'API Key', required: true, description: 'Please enter the API Key obtained from Call Rounded.', }); export const callRounded = createPiece({ displayName: "Call-rounded", auth: callRoundedAuth, minimumSupportedRelease: '0.36.1', logoUrl: "https://cdn.activepieces.com/pieces/call-rounded.png", authors: ["perrine-pullicino-alan"], actions: [ createCustomApiCallAction({ baseUrl: () => { return "https://api.callrounded.com/v1"; }, auth: callRoundedAuth, authMapping: async (auth) => ({ 'x-app': 'activepieces', 'x-api-key': auth as string, }), }) ], triggers: [], });

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