Skip to main content
Glama

Excel Finance MCP

depreciation_declining_balance

Calculate declining balance depreciation schedules for assets using accelerated write-off methods to determine annual depreciation expenses based on cost, salvage value, and useful life.

Instructions

Calculate declining balance depreciation schedule

Input Schema

NameRequiredDescriptionDefault
costYes
rateNoDeclining balance rate (e.g., 2.0 for double-declining)
salvageValueYes
usefulLifeYes

Input Schema (JSON Schema)

{ "properties": { "cost": { "type": "number" }, "rate": { "default": 2, "description": "Declining balance rate (e.g., 2.0 for double-declining)", "type": "number" }, "salvageValue": { "type": "number" }, "usefulLife": { "type": "number" } }, "required": [ "cost", "salvageValue", "usefulLife" ], "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