You're viewing a demo portfolio

Join the waitlist
PRSM

effective_rate

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Effective Rate (APR <-> APY) — Convert a nominal rate to effective annual yield, or back, at any compounding frequency.

Parameters schema

{
  "type": "object",
  "properties": {
    "apr": {
      "type": "number",
      "description": "Nominal annual rate as a decimal (to_apy)"
    },
    "apy": {
      "type": "number",
      "description": "Effective annual yield as a decimal (to_apr)"
    },
    "mode": {
      "enum": [
        "to_apy",
        "to_apr"
      ],
      "type": "string",
      "description": "Direction"
    },
    "periods": {
      "type": "number",
      "description": "Compounding periods per year, or 'continuous' (default 12)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

WingmanProtocol Agent Gateway

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

1/7 registries
View full server →
effective_rate — WingmanProtocol Agent Gateway — PRSM MCP