Skip to main content
Glama

calculate_financial_ratios

Compute key financial ratios like current ratio, debt-to-equity, and return on assets using provided financial data to analyze company performance and financial health.

Instructions

Calculate comprehensive financial ratios

Input Schema

NameRequiredDescriptionDefault
ratioTypeYes
valuesYesFinancial values needed for calculation

Input Schema (JSON Schema)

{ "properties": { "ratioType": { "enum": [ "current_ratio", "quick_ratio", "debt_to_equity", "return_on_assets", "return_on_equity", "gross_margin", "operating_margin", "net_margin", "inventory_turnover", "asset_turnover" ], "type": "string" }, "values": { "description": "Financial values needed for calculation", "type": "object" } }, "required": [ "ratioType", "values" ], "type": "object" }

Other Tools

Related Tools

    Latest Blog Posts

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/jeremycharlesgillespie/excel-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server