Skip to main content
Glama

mcp-google-sheets

index.ts737 B
import { createPiece, PieceAuth } from '@activepieces/pieces-framework'; import { PieceCategory } from '@activepieces/shared'; import { onChatSubmission } from './lib/triggers/chat-trigger'; import { onFormSubmission } from './lib/triggers/form-trigger'; import { returnResponse } from './lib/actions/return-response'; export const forms = createPiece({ displayName: 'Human Input', description: 'Trigger a flow through human input.', auth: PieceAuth.None(), minimumSupportedRelease: '0.65.0', categories: [PieceCategory.CORE], logoUrl: 'https://cdn.activepieces.com/pieces/human-input.svg', authors: ['anasbarg', 'MoShizzle', 'abuaboud'], actions: [returnResponse], triggers: [onFormSubmission, onChatSubmission], });

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