V

vneconomy.vn

Vietnam economic news portal covering markets, business, and finance.

3action
https://vneconomy.vn/

live · Personal & Media · JSON · API for agents

Tools 3 tools

vneconomy_search_articlesaction

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).

View tool JSON
{
  "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"
}
vneconomy_get_latest_newsaction

Lấy tin tức mới nhất trên VnEconomy (tiêu đề, link, thời gian đăng).

View tool JSON
{
  "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"
}
vneconomy_list_categoriesaction

Liệt kê các chuyên mục chính của VnEconomy (tên, link, mô tả).

View tool JSON
{
  "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"
}