Tools that your AI agent can use through this MCP server to interact with Helper Functions
Schedule a task with an existing task scheduler source. See here for more details.
Accepts a download link and a filename, downloads it, then uploads to S3. See the docs
Convert a CSV file to an array of objects.
Trigger another Pipedream workflow in your workspace.
Convert an amount between currencies. See the documentation
Returns a randomly selected value(s) from a user-defined list of options.
Get the difference, intersection, union, or symetric difference of two arrays/sets.
Downloads a file to your workflow's /tmp directory
See xml-js
Generate a random integer (whole number). Useful for random delays.
Export variables for use in your workflow
Send Webhook and Payload
Send data to Amazon S3 using Pipedream's destination integration. See https://docs.pipedream.com/destinations/s3/
Sends an email using the nodemailer package
Gets new stories from a specified RSS feed that have not already been processed.
Retrieve all stories from one or more RSS feeds.
Pretty print a JavaScript object or value
Convert via turndown
Given an ISO 8601 timestamp, and a timezone, convert the time to the target timezone.
Returns an ISO string (UTC TZ) N days ago
Returns the current time, tied to this workflow invocation, in the target timezone
Return the country name (in English) when given the 2-letter country code
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.
Delays the execution of your workflow for the specified number of milliseconds
Accepts a JavaScript object, returns that object converted to a JSON string
Converts an HTML string to the Slack mrkdwn format using
Accepts a base64-encoded string, returns a decoded UTF-8 string