Skip to main content
Glama

mcp-google-sheets

index.ts616 B
import { createPiece, PieceAuth } from '@activepieces/pieces-framework'; import { PieceCategory } from '@activepieces/shared'; import { simplePDFNewSubmission } from './lib/triggers/new-submission'; export const simplepdf = createPiece({ displayName: 'SimplePDF', description: 'PDF editing and generation tool', auth: PieceAuth.None(), minimumSupportedRelease: '0.30.0', logoUrl: 'https://cdn.activepieces.com/pieces/simplepdf.png', authors: ["bendersej","kishanprmr","khaledmashaly","abuaboud"], categories: [PieceCategory.CONTENT_AND_FILES], actions: [], triggers: [simplePDFNewSubmission], });

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