LobeChat
Ctrl K
Back to Discovery
الحصول على معلومات اللعبة وآراء المستخدمين من ستيم.

Tool Parameters

banner
search game by keyword, return a list of game name and cover image
ParameterType
term
STRING

JSON Schema

json
[
  {
    "description": "search game by keyword, return a list of game name and cover image",
    "name": "searchResults",
    "parameters": {
      "properties": {
        "term": {
          "type": "string"
        }
      },
      "required": [
        "term"
      ],
      "type": "object"
    }
  },
  {
    "description": "get game details by id appids, return a list of game info, like name, description, price, etc.",
    "name": "appDetails",
    "parameters": {
      "properties": {
        "appids": {
          "type": "string"
        },
        "filters": {
          "type": "string"
        }
      },
      "required": [
        "appids"
      ],
      "type": "object"
    }
  },
  {
    "description": "get game reviews by id appids, return a list of game reviews",
    "name": "appReviews",
    "parameters": {
      "properties": {
        "appids": {
          "type": "string"
        }
      },
      "required": [
        "appids"
      ],
      "type": "object"
    }
  },
  {
    "description": "get featured apps, return a list of game info, like name, discount, price, etc.",
    "name": "featuredApps",
    "parameters": {
      "properties": {},
      "type": "object"
    }
  },
  {
    "description": "get featured categories, return a list of categories, including a list of game info, like name, discount, price, etc.",
    "name": "featuredCategories",
    "parameters": {
      "properties": {},
      "type": "object"
    }
  }
]