Live
list_canadian_metros
opentable.caReturns Canadian metro areas and region links supported by https://opentable.ca, including metro IDs, names, restaurant counts, and OpenTable links.
Parameters1
Runs5
Updated3d ago
Operational5 runs · 100% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is list_canadian_metros?
Returns Canadian metro areas and region links supported by https://opentable.ca, including metro IDs, names, restaurant counts, and OpenTable links. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass timeout_seconds and get the result back without maintaining a scraper.
Response
{
"metros": [
{}
],
"source": "<string>",
"country": "<string>",
"metro_count": 0,
"region_count": 0,
"national_metro_links": [
{}
]
}Call it
curl --location 'https://us-prod.notte.cc/functions/2508f35e-b938-4ff3-9fd6-04cff32b4e87/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "2508f35e-b938-4ff3-9fd6-04cff32b4e87",
"variables": {
"timeout_seconds": 40
}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="2508f35e-b938-4ff3-9fd6-04cff32b4e87") — the "list_canadian_metros" function, which returns Canadian metro areas and region links supported by https://opentable.ca, including metro IDs, names, restaurant counts, and OpenTable links.. It takes timeout_seconds (int). Return the result as structured JSON.