financial_ratios
ActiveTool of WingmanProtocol Agent Gateway
declared in 1.5.1
Financial Ratio Calculator — Liquidity, leverage, and profitability ratios from income statement and balance sheet inputs.
Parameters schema
{
"type": "object",
"properties": {
"revenue": {
"type": "number",
"description": "Revenue"
},
"inventory": {
"type": "number",
"description": "Inventory"
},
"net_income": {
"type": "number",
"description": "Net income"
},
"total_debt": {
"type": "number",
"description": "Total debt"
},
"gross_profit": {
"type": "number",
"description": "Gross profit"
},
"total_equity": {
"type": "number",
"description": "Total equity"
},
"current_assets": {
"type": "number",
"description": "Current assets"
},
"total_liabilities": {
"type": "number",
"description": "Total liabilities (or total_debt)"
},
"current_liabilities": {
"type": "number",
"description": "Current liabilities"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries