Skip to main content
Glama

mcp-google-sheets

index.ts699 B
import { createPiece, PieceAuth } from "@activepieces/pieces-framework"; import { pushToQueue } from "./lib/actions/push-to-queue"; import { pullFromQueue } from "./lib/actions/pull-from-queue"; import { clearQueue } from "./lib/actions/clear-queue"; export const queue = createPiece({ displayName: "Queue", description: "A piece that allows you to push items into a queue, providing a way to throttle requests or process data in a First-In-First-Out (FIFO) manner.", auth: PieceAuth.None(), minimumSupportedRelease: '0.30.0', logoUrl: 'https://cdn.activepieces.com/pieces/queue.svg', authors: ['AbdullahBitar'], actions: [pushToQueue, pullFromQueue, clearQueue], 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