Skip to main content
Glama

mcp-google-sheets

index.ts1.42 kB
import { createPiece } from '@activepieces/pieces-framework'; import { askQuestion } from './lib/actions/ask-question'; import { createBot } from './lib/actions/create-bot'; import { createSource } from './lib/actions/create-source'; import { findBot } from './lib/actions/find-bot'; import { uploadSourceFile } from './lib/actions/upload-source-file'; import { docsbotAuth, docsbotCommon } from './lib/common'; import { createCustomApiCallAction } from '@activepieces/pieces-common'; import { PieceCategory } from '@activepieces/shared'; export const docsbot = createPiece({ displayName: 'DocsBot', description: 'DocsBot AI allows you to build AI-powered chatbots that pull answers from your existing documentation and content. This integration enables workflows to ask DocsBot questions and update its training sources dynamically.', auth: docsbotAuth, minimumSupportedRelease: '0.36.1', categories:[PieceCategory.ARTIFICIAL_INTELLIGENCE,PieceCategory.PRODUCTIVITY], logoUrl: 'https://cdn.activepieces.com/pieces/docsbot.png', authors: ['LuizDMM'], actions: [ askQuestion, createSource, uploadSourceFile, createBot, findBot, createCustomApiCallAction({ baseUrl: () => docsbotCommon.baseUrl, auth: docsbotAuth, authMapping: async (auth) => { return { Authorization: `Bearer ${auth}`, }; }, }), ], 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