Skip to main content
Glama

mcp-google-sheets

base64-decode.ts484 B
import { Property, createAction } from '@activepieces/pieces-framework'; export const base64Decode = createAction({ name: 'base64-decode', displayName: 'Base64 Decode', description:'Converts base64 text back to plain text.', props: { text: Property.ShortText({ displayName: 'Text', description: 'The text to be decoded.', required: true, }), }, async run(context) { return Buffer.from(context.propsValue.text, 'base64').toString(); }, });

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