Skip to main content
Glama

mcp-google-sheets

index.ts735 B
import { PieceAuth, createPiece } from '@activepieces/pieces-framework'; import { PieceCategory } from '@activepieces/shared'; import { createApprovalLink } from './lib/actions/create-approval-link'; import { waitForApprovalLink } from './lib/actions/wait-for-approval'; export const approval = createPiece({ displayName: 'Approval (Legacy)', description: 'Build approval process in your workflows', auth: PieceAuth.None(), minimumSupportedRelease: '0.30.0', logoUrl: 'https://cdn.activepieces.com/pieces/approval.svg', authors: ["kishanprmr","MoShizzle","khaledmashaly","abuaboud"], categories: [PieceCategory.CORE, PieceCategory.FLOW_CONTROL], actions: [waitForApprovalLink, createApprovalLink], 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