Procfu
ProcFu enhances Podio's capabilities by providing a suite of automation tools and functions, enabling users to create scripts, mini apps, and integrate with various services to streamline workflows.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Procfu authenticates with an API key. Generate the credential in your Procfu account, then paste it into FlyMyAI the first time an agent uses a Procfu action.
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
ProcFu API Auth Token | Your ProcFu API Auth Token, required for running scripts or code from outside systems. This token is included as a Basic authorization header. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
PROCFU_ARRAY_DIFF_DEL | Tool to return items removed when comparing two JSON arrays. Use when you have two arrays and need to know which elements were deleted. | json_array_a, json_array_b |
PROCFU_ARRAY_DIFF_NEW | Tool to return items added in the second JSON array. Use when you need to identify new elements between two list versions. Example: Compare [1,3,4] vs [1,3,6] to get [6]. | json_array_a, json_array_b |
PROCFU_ARRAY_DIFF_SAME | Tool to get items present in both JSON arrays. Computes the intersection locally to avoid external API dependency. Rules: - Two items are considered equal if their JSON representations match (with sorted keys for objects). - The result contains unique items p… | json_array_a, json_array_b |
PROCFU_ARRAY_SORT | Tool to sort a JSON array of values. Use when you need to order elements ascending or descending. | json_array |
PROCFU_DELETE_GOOGLE_DRIVE | Tool to delete a Google Drive file or folder. Use after obtaining a valid Google Drive ID. | google_id |
PROCFU_DUMMY_DATA | Tool to generate dummy data. Use when you need random emails, text, numbers, dates, people, addresses, or images for testing or placeholder data. | type |
PROCFU_GOOGLE_DRIVE_DELETE | Tool to delete a Google Drive file or folder. Use after obtaining a valid Google Drive ID. | google_id |
PROCFU_OPEN_AI_GPT | Tool to ask a question to OpenAI GPT. Use when you need a conversational answer from GPT. | prompt |
PROCFU_OPEN_AI_IMAGE | Tool to generate an image via OpenAI API. Use when you need programmatic image creation from a text prompt. | prompt, orientation |
PROCFU_SHEETS_GET | Tool to get sheet contents as array. Use when you need to retrieve Google Sheet data as an associative array. | sheet_id, range |
PROCFU_SHEETS_GET_METADATA | Tool to retrieve metadata of a Google Sheets spreadsheet, including sheet names, IDs, and properties. Use when you need sheet-level details for a given spreadsheet ID. | spreadsheet_id |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Procfu!