CASE · 01
A user asks a specific UK Global Talent Visa question and wants a sourced answer
Full-text search across the five-chapter Global Talent Handbook. Returns the most relevant chapter passages with anchors back to ukglobaltalentvisa.org.
“I can search the UK Global Talent Visa Handbook and surface the most relevant passages for your question.”
{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "search_handbook",
"arguments": {
"query": "how many recommendation letters do I need",
"limit": 2
}
}
}{
"results": [
{
"chapter": "The application",
"passage": "Tech Nation requires three letters of recommendation from established experts who can attest to your work…",
"url": "https://ukglobaltalentvisa.org/handbook/the-application"
},
{
"chapter": "Why applications fail",
"passage": "Generic letters that don't map to a specific criterion are a common reason strong profiles get refused…",
"url": "https://ukglobaltalentvisa.org/handbook/why-applications-fail"
}
]
}