Skip to main content
Procfu logo

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.

Get your Procfu credential →

Fields to fill in FlyMyAI

FieldDetails
ProcFu API Auth TokenYour 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.

ActionWhat it doesRequired inputs
PROCFU_ARRAY_DIFF_DELTool 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_NEWTool 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_SAMETool 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_SORTTool to sort a JSON array of values. Use when you need to order elements ascending or descending.json_array
PROCFU_DELETE_GOOGLE_DRIVETool to delete a Google Drive file or folder. Use after obtaining a valid Google Drive ID.google_id
PROCFU_DUMMY_DATATool 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_DELETETool to delete a Google Drive file or folder. Use after obtaining a valid Google Drive ID.google_id
PROCFU_OPEN_AI_GPTTool to ask a question to OpenAI GPT. Use when you need a conversational answer from GPT.prompt
PROCFU_OPEN_AI_IMAGETool to generate an image via OpenAI API. Use when you need programmatic image creation from a text prompt.prompt, orientation
PROCFU_SHEETS_GETTool 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_METADATATool 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
We love our partners - FlyMy.AI builds with the best. Thanks, Procfu!