Overview
Built-in functions are platform-level operations that can be used as steps in tools or called by agents. They are maintained by the Flowyble team and available to all organizations.Function interface
Every function receives a JSON parameters string and returns a result object:Available functions
Functions are organized by category and visible in the tool builder. Each function defines:- Name — unique identifier
- Description — what the function does (shown to agents for tool selection)
- Parameter schema — expected JSON input format
- Return type — structure of the output
The list of available functions grows regularly. Check the Functions page in your dashboard for the current catalog.
Using functions in tools
When building a tool, add steps and select a function for each step:- Choose a function from the catalog
- Configure input parameters — use static values or reference outputs from previous steps
- Set the step order

