{"openapi":"3.1.0","info":{"title":"Credit Card Payoff Calculator","description":"This tool calculates how long it will take to pay off a credit card debt based on your balance, interest rate, and monthly payment amount.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/credit-card-payoff-calculator":{"get":{"operationId":"creditCardPayoffCalculator","summary":"This tool calculates how long it will take to pay off a credit card debt based on your balance, interest rate, and monthly payment amount.","parameters":[{"name":"current_balance","in":"query","required":true,"description":"Current Balance ($)","schema":{"type":"number"}},{"name":"annual_interest_rate","in":"query","required":true,"description":"Annual Interest Rate / APR (%)","schema":{"type":"number"}},{"name":"monthly_payment","in":"query","required":false,"description":"Monthly Payment ($)","schema":{"type":"number"}},{"name":"target_payoff_months","in":"query","required":false,"description":"Target Payoff Time (months)","schema":{"type":"number"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}