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