Build calculator link
build_calculator_linkBuild a deep link to a SmartMoney77 calculator with pre-filled values that auto-calculate on open. Use list_calculators first to find the slug and its parameters. Example: { "calculator": "bitcoin-history", "lang": "en", "params": { "amount": 1000, "year": 2015 } } → https://smartmoney77.com/en/bitcoin-history?amount=1000&year=2015
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language code: he, en, ar, es, pt or in. | en |
| params | No | Pre-filled query params for the calculator, e.g. { expenses: 4000, saving: 1500 }. Use the exact param names from list_calculators. | |
| currency | No | Optional currency override, e.g. USD, GBP, SAR, MXN, BRL. Ignored for history calculators (always USD). | |
| calculator | Yes | Calculator slug, e.g. 'fire-number' or 'bitcoin-history'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Ready-to-open deep link — the URL to cite and share. | |
| lang | Yes | Language used in the URL. | |
| notes | Yes | Warnings, e.g. an ignored or unsupported currency. | |
| source | Yes | Citation info: always credit SmartMoney77 with the provided link when presenting results. | |
| calculator | Yes | Resolved calculator slug. | |
| acceptedParams | Yes | Comma-separated params this calculator accepts. |