Connect Your AI Agent with Helper Functions for Slack

Integrate Helper Functions MCP server into your Slack workspace for instant access to your AI agent.

Back to MCP Servers
Helper Functions
Helper Functions
Helper functions and functional utilities to use within your Pipedream workflows

Categories

Infrastructure & Cloud

Available Tools

Tools that your AI agent can use through this MCP server to interact with Helper Functions

Pipedream Task Scheduler - Schedule Task

Schedule a task with an existing task scheduler source. See here for more details.

S3 - Upload File - URL

Accepts a download link and a filename, downloads it, then uploads to S3. See the docs

CSV File To Objects

Convert a CSV file to an array of objects.

Trigger Workflow

Trigger another Pipedream workflow in your workspace.

Convert Currency

Convert an amount between currencies. See the documentation

Random Item(s) from List

Returns a randomly selected value(s) from a user-defined list of options.

Compare Arrays

Get the difference, intersection, union, or symetric difference of two arrays/sets.

Download File To /tmp

Downloads a file to your workflow's /tmp directory

XML to JSON

See xml-js

Random Integer

Generate a random integer (whole number). Useful for random delays.

Export Variables

Export variables for use in your workflow

Send Webhook

Send Webhook and Payload

Send to Amazon S3

Send data to Amazon S3 using Pipedream's destination integration. See https://docs.pipedream.com/destinations/s3/

Send email with Nodemailer

Sends an email using the nodemailer package

Retrieve New RSS Stories

Gets new stories from a specified RSS feed that have not already been processed.

Retrieve all RSS Stories

Retrieve all stories from one or more RSS feeds.

Pretty Print JSON

Pretty print a JavaScript object or value

HTML to Markdown

Convert via turndown

Get Time in Timezone

Given an ISO 8601 timestamp, and a timezone, convert the time to the target timezone.

Get ISO String N Days Ago

Returns an ISO string (UTC TZ) N days ago

Get Current Time in Timezone

Returns the current time, tied to this workflow invocation, in the target timezone

Country name, given code (2-letter)

Return the country name (in English) when given the 2-letter country code

Format ISO8601 Date/Time for Google Sheets

Use the moment.js npm package to format an ISO8601 date/time as Google Sheets friendly formats. This action exports an object with compound date/time, date-only, and time-only values.

Delay by N milliseconds

Delays the execution of your workflow for the specified number of milliseconds

Convert JavaScript Object to JSON String

Accepts a JavaScript object, returns that object converted to a JSON string

Convert HTML to Slack mrkdwn format

Converts an HTML string to the Slack mrkdwn format using

Base64 Decode String

Accepts a base64-encoded string, returns a decoded UTF-8 string