Live
list_travel_guides
app.roamafrica.co.zaLists published travel guide posts from https://app.roamafrica.co.za with complete article content and metadata. Optionally filters guides by tag, including visa and destination topics.
Parameters1
Runs10
Updated10d ago
Operational10 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_travel_guides?
Lists published travel guide posts from https://app.roamafrica.co.za with complete article content and metadata. Optionally filters guides by tag, including visa and destination topics. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass tag and get the result back without maintaining a scraper.
Response
{
"guides": [
{
"id": "<string>",
"url": "<string>",
"slug": "<string>",
"tags": [
"<string>"
],
"title": "<string>",
"status": "<string>",
"content": "<string>",
"excerpt": "<string>",
"category": "<string>",
"author_id": "<string>",
"seo_title": "<string>",
"author_name": "<string>",
"published_at": "<string>",
"reading_time": 0,
"creation_time": 0,
"cover_image_url": "<string>",
"seo_description": "<string>"
}
],
"tag_filter": "<string>",
"guide_count": 0,
"available_tags": [
"<string>"
]
}Call it
curl --location 'https://us-prod.notte.cc/functions/7d3d57d8-b4e6-410e-b803-d3bc6a69190b/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "7d3d57d8-b4e6-410e-b803-d3bc6a69190b",
"variables": {
"tag": ""
}
}'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="7d3d57d8-b4e6-410e-b803-d3bc6a69190b") — the "list_travel_guides" function, which lists published travel guide posts from https://app.roamafrica.co.za with complete article content and metadata. Optionally filters guides by tag, including visa and destination topics.. It takes tag (str). Return the result as structured JSON.