Skip to main content
Glama

Excel Finance MCP

depreciation_units_production

Calculate depreciation expense based on actual production output for assets, using cost, salvage value, and unit data to allocate asset cost over its useful life.

Instructions

Calculate units of production depreciation

Input Schema

NameRequiredDescriptionDefault
costYes
salvageValueYes
totalUnitsYes
unitsPerPeriodYes

Input Schema (JSON Schema)

{ "properties": { "cost": { "type": "number" }, "salvageValue": { "type": "number" }, "totalUnits": { "type": "number" }, "unitsPerPeriod": { "items": { "type": "number" }, "type": "array" } }, "required": [ "cost", "salvageValue", "totalUnits", "unitsPerPeriod" ], "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