get_exchange_rate
Retrieve current USD to KRW exchange rate with optional cache refresh for accurate currency conversion tracking in token usage monitoring.
Instructions
Get current USD to KRW exchange rate with cache info
Input Schema
Name | Required | Description | Default |
---|---|---|---|
force_refresh | No | Force refresh from API (default: false) |
Input Schema (JSON Schema)
{
"properties": {
"force_refresh": {
"default": false,
"description": "Force refresh from API (default: false)",
"type": "boolean"
}
},
"type": "object"
}