Skip to main content
Glama

mcp-google-sheets

advanced-mapping.ts641 B
import { createAction, Property } from '@activepieces/pieces-framework'; export const advancedMapping = createAction({ name: 'advanced_mapping', displayName: 'Advanced Mapping', description: 'Map data from one format to another', errorHandlingOptions: { continueOnFailure: { hide: true, }, retryOnFailure: { hide: true, }, }, props: { mapping: Property.Json({ displayName: 'Mapping', description: 'The mapping to use', required: true, defaultValue: { newProperty: 'oldProperty', }, }), }, async run(ctx) { return ctx.propsValue.mapping; }, });

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