UK food premises detail
uk_get_food_premises
TW-specificMIT
**關鍵字 / Keywords**: 英國 食品 衛生 評級 詳情 單店 UK food hygiene premises detail FHRS ID scores hygiene structural management
Scope: UK Food Standards Agency · one premises' full record.
Args:
fhrs_id: numeric FHRSID from `uk_search_food_premises`.
Returns trimmed summary + `raw` full upstream record (scores
breakdown: hygiene / structural / confidence-in-management).
License: OGL v3.Input schema
{
"properties": {
"fhrs_id": {
"title": "Fhrs Id",
"type": "integer"
}
},
"required": [
"fhrs_id"
],
"title": "uk_get_food_premisesArguments",
"type": "object"
}How to call
Once your Twinkle Hub MCP client is configured, your agent will see uk_get_food_premises. Just ask it to call — example:
# Ask Claude / any MCP client: 請用 uk_get_food_premises 處理 "…"。 # It will call: uk_get_food_premises(input="…")
Haven't set up a client yet?
Claude Desktop in 3 minutes — download the .mcpb and double-click, or see docs for other clients.
See user docs