live · AI Agents & Fintech · JSON · API for agents
Calculate the hidden cost of manually reconciling ad platform invoices. Returns monthly/annual cost, hours spent, invoices generated, and industry benchmark comparison. Use this to show businesses how much time and money they waste on manual invoice reconciliation.
{
"name": "calculate_ad_reconciliation_cost",
"kind": "action",
"impl": "imperative",
"description": "Calculate the hidden cost of manually reconciling ad platform invoices. Returns monthly/annual cost, hours spent, invoices generated, and industry benchmark comparison. Use this to show businesses how much time and money they waste on manual invoice reconciliation.",
"inputSchema": {
"type": "object",
"properties": {
"reconciler_role": {
"type": "string",
"enum": [
"founder",
"bookkeeper",
"accountant",
"finance"
],
"description": "Who handles invoice reconciliation"
},
"hourly_rate": {
"type": "number",
"description": "Hourly rate in USD (optional — defaults based on role: founder $120, accountant $100, bookkeeper $80, finance $60)"
},
"platforms": {
"type": "array",
"items": {
"type": "string",
"enum": [
"Google Ads",
"Meta",
"LinkedIn",
"TikTok",
"Bing",
"X",
"Pinterest"
]
},
"description": "Ad platforms used (e.g. [\"Google Ads\", \"Meta\"])"
},
"monthly_spend": {
"type": "number",
"description": "Total monthly ad spend in USD across all platforms"
}
},
"required": [
"reconciler_role",
"platforms",
"monthly_spend"
]
},
"page": "/"
}Join the waitlist for Flyweel Performance Capital — ad spend financing that funds campaigns based on real performance data. Get capital to scale winning ads without cash flow constraints.
{
"name": "join_performance_capital_waitlist",
"kind": "action",
"impl": "imperative",
"description": "Join the waitlist for Flyweel Performance Capital — ad spend financing that funds campaigns based on real performance data. Get capital to scale winning ads without cash flow constraints.",
"inputSchema": {
"type": "object",
"properties": {
"email": {
"type": "string",
"description": "Work email address"
},
"name": {
"type": "string",
"description": "Full name"
},
"company": {
"type": "string",
"description": "Company or agency name"
},
"monthly_ad_spend": {
"type": "string",
"description": "Current monthly ad spend (e.g. \"$50k\", \"$100k+\")"
}
},
"required": [
"email"
]
},
"page": "/"
}