CASE · 01
A user wants the total upfront cost before deciding to apply
Returns a line-by-line GBP cost breakdown for a Global Talent application — endorsement, visa fee, IHS, and optional fast-track — for the configured household size and visa length.
“I can give you a line-by-line cost estimate for your UK Global Talent Visa, including IHS, dependants, and optional fast-track fees.”
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "estimate_cost",
"arguments": {
"route": "tech",
"years": 5,
"adults": 1,
"children": 0,
"priority": false
}
}
}{
"currency": "GBP",
"lineItems": [
{
"label": "Endorsement (Stage 1)",
"amount": 561
},
{
"label": "Visa fee (Stage 2)",
"amount": 205
},
{
"label": "Immigration Health Surcharge (5y)",
"amount": 5175
}
],
"total": 5941,
"note": "Verify current fees on gov.uk/global-talent before relying on this figure."
}