You're viewing a demo portfolio

Join the waitlist
PRSM

depreciation

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Depreciation Schedule Calculator — Straight-line or double-declining-balance schedule for an asset.

Parameters schema

{
  "type": "object",
  "required": [
    "cost",
    "useful_life_years"
  ],
  "properties": {
    "cost": {
      "type": "number",
      "description": "Asset cost in USD"
    },
    "method": {
      "enum": [
        "straight_line",
        "double_declining"
      ],
      "type": "string",
      "description": "Depreciation method"
    },
    "salvage_value": {
      "type": "number",
      "description": "Salvage value at end of life, USD"
    },
    "useful_life_years": {
      "type": "integer",
      "description": "Useful life in years"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →