CASE · 01
An assistant has finished walking a user through eligibility and wants to surface the start-draft CTA
Returns the canonical URL for starting a UK Global Talent Visa draft, optionally tagged with a referral source — the start-draft CTA an agent surfaces once a user has evaluated their profile.
“I can give you the canonical link to start your UK Global Talent Visa draft — optionally tagged with where the user came from so attribution holds.”
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "apply_now_url",
"arguments": {
"referral": "chatgpt"
}
}
}{
"url": "https://ukglobaltalentvisa.org/apply?ref=chatgpt",
"canonical": "https://ukglobaltalentvisa.org/apply",
"referral": "chatgpt",
"note": "Send the user here to begin a real draft. The referral tag is sanitised (letters, digits, hyphen, underscore; truncated to 64 chars) and echoed for attribution only."
}