Input schema
{
"type": "object",
"required": [
"workflow"
],
"properties": {
"workflow": {
"type": "string",
"description": "A plain-language description of the recurring operational workflow."
},
"frequency": {
"type": "string",
"description": "How often the workflow runs or its approximate volume."
},
"systems": {
"type": "string",
"description": "The inboxes, forms, spreadsheets, CRM, ERP, databases, or legacy software involved."
},
"constraints": {
"type": "string",
"description": "Compliance, sensitive-data, exception, or human-approval constraints."
}
}
}