Prerequisites
You need access to a LLM (Large-Lanuage-Model) and a working Simplifier MCP Server
Best Practices
Before you begin, please consider our MCP Best Practices.
Example Prompt to create a Data Source Filter Business Object
In this example, the Business Object should query the Order Connector and filter out a Country like France
Please create a business object which uses the orders connector to list all orders. the bo should filter the orders and return those which have France as shipping country. Create a new BO with the name ShippingOrdersFrance.
Example Prompt if Business Object is not working
Sometimes, the AI cannot understand the data structure you are dealing with exactly, but you can prompt it to get an actual payload by itself, to understand the right naming of fields.
Please verify this for yourself. Call the connector call directly. You'll see entries having shipCountry=="France". when you verified this, please check the BO Function you created and adapt it.











