Live
list_discussion_articles
fengsuitang.comLists Feng Sui Tang discussion-forum articles from https://fengsuitang.com with pagination, sorting, and search. Returns article summaries and source metadata.
Parameters4
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_discussion_articles?
Lists Feng Sui Tang discussion-forum articles from https://fengsuitang.com with pagination, sorting, and search. Returns article summaries and source metadata. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass page, page_size, sort, search and get the result back without maintaining a scraper.
Response
{
"articles": [
{}
],
"paginator": {}
}Call it
curl --location 'https://us-prod.notte.cc/functions/6a466bb6-d331-4c05-8fea-f8a82544b69b/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "6a466bb6-d331-4c05-8fea-f8a82544b69b",
"variables": {
"page": 1,
"page_size": 4,
"sort": "latest",
"search": ""
}
}'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="6a466bb6-d331-4c05-8fea-f8a82544b69b") — the "list_discussion_articles" function, which lists Feng Sui Tang discussion-forum articles from https://fengsuitang.com with pagination, sorting, and search. Returns article summaries and source metadata.. It takes page (int), page_size (int), sort (str), search (str). Return the result as structured JSON.