Skip to main content
Glama

mcp-google-sheets

strip-html.ts484 B
import { stripHtml } from 'string-strip-html'; import { createAction, Property } from '@activepieces/pieces-framework'; export const stripHtmlContent = createAction({ name: 'stripHtml', displayName: 'Remove HTML Tags', description: 'Removes every HTML tag and returns plain text', props: { html: Property.LongText({ displayName: 'HTML content', required: true, }), }, async run({ propsValue }) { return stripHtml(propsValue.html).result; }, });

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