Skip to main content
Glama

mcp-google-sheets

index.ts720 B
import { createPiece, PieceAuth } from "@activepieces/pieces-framework"; import { convertTextToJson } from "./lib/actions/convert-text-to-json"; import { convertJsonToText } from "./lib/actions/convert-json-to-text"; export const jsonAuth = PieceAuth.SecretText({ displayName: 'API Key', required: true, description: 'Please use **test-key** as value for API Key', }); export const json = createPiece({ displayName: "JSON", description: "Convert JSON to text and vice versa", auth: PieceAuth.None(), minimumSupportedRelease: '0.30.0', logoUrl: "https://cdn.activepieces.com/pieces/json.svg", authors: ["leenmashni","abuaboud"], actions: [convertJsonToText, convertTextToJson], 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