live · Personal & Media · JSON · API for agents
Tìm bài viết trên VnEconomy theo từ khóa. Trả về danh sách bài (tiêu đề, link, tóm tắt, chuyên mục, ngày đăng).
{
"name": "vneconomy_search_articles",
"kind": "action",
"impl": "imperative",
"description": "Tìm bài viết trên VnEconomy theo từ khóa. Trả về danh sách bài (tiêu đề, link, tóm tắt, chuyên mục, ngày đăng).",
"inputSchema": {
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Từ khóa cần tìm"
},
"limit": {
"type": "number",
"description": "Số kết quả tối đa (1-50, mặc định 10)"
}
},
"required": [
"query"
]
},
"page": "/chinh-sach-bao-mat"
}Lấy tin tức mới nhất trên VnEconomy (tiêu đề, link, thời gian đăng).
{
"name": "vneconomy_get_latest_news",
"kind": "action",
"impl": "imperative",
"description": "Lấy tin tức mới nhất trên VnEconomy (tiêu đề, link, thời gian đăng).",
"inputSchema": {
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Số tin tối đa (1-50, mặc định 10)"
}
}
},
"page": "/chinh-sach-bao-mat"
}Liệt kê các chuyên mục chính của VnEconomy (tên, link, mô tả).
{
"name": "vneconomy_list_categories",
"kind": "action",
"impl": "imperative",
"description": "Liệt kê các chuyên mục chính của VnEconomy (tên, link, mô tả).",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/chinh-sach-bao-mat"
}