Skip to main content
Glama

Excel Finance MCP

payback_period

Calculate investment payback period using initial investment and cash flows to determine when an investment breaks even, with optional discounted cash flow analysis.

Instructions

Calculate payback period for investment

Input Schema

NameRequiredDescriptionDefault
cashFlowsYes
discountRateNoRequired if discounted = true
discountedNo
initialInvestmentYes

Input Schema (JSON Schema)

{ "properties": { "cashFlows": { "items": { "type": "number" }, "type": "array" }, "discountRate": { "description": "Required if discounted = true", "type": "number" }, "discounted": { "default": false, "type": "boolean" }, "initialInvestment": { "type": "number" } }, "required": [ "initialInvestment", "cashFlows" ], "type": "object" }

Other Tools from Excel Finance MCP

Related Tools

    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