{
  "name": "exchangeRate",
  "description": "Converts an amount of money from one currency to another and returns the converted amount, already worked out. Use when the person asks what an amount in one currency is worth in another, e.g. 3 euros in dollars.",
  "url": "https://api.fxratesapi.com/convert?from={from}&to={to}&amount={amount}&places=2",
  "params": {
    "amount": "how much to convert, digits only, e.g. 3; use 1 when no amount is named",
    "from": "three letter code of the currency to convert from, e.g. EUR",
    "to": "three letter code of the currency to convert to, e.g. USD"
  },
  "extract": "result"
}
