{
  "specVersion": "1.0",
  "host": {
    "displayName": "问展网",
    "documentationUrl": "https://www.wenzhanintl.com/",
    "logoUrl": "https://www.wenzhanintl.com/static/index/logo.png"
  },
  "entries": [
    {
      "identifier": "urn:air:wenzhanintl.com:tool:search-exhibitions",
      "displayName": "搜索展会",
      "type": "application/agent-card+json",
      "description": "按国家、城市、行业或展会名称搜索问展网上的展会，并打开结果页。",
      "tags": [
        "search",
        "exhibition"
      ],
      "capabilities": [
        "searchExhibitions"
      ],
      "representativeQueries": [
        "查找上海的展会",
        "搜索嵌入式系统展",
        "德国法兰克福有哪些展览"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-09-24T04:10:00Z",
      "data": {
        "name": "searchExhibitions",
        "description": "按关键词搜索展会并打开结果页。",
        "inputSchema": {
          "type": "object",
          "properties": {
            "search": {
              "type": "string",
              "description": "国家、城市、行业或展会名称"
            }
          },
          "required": [
            "search"
          ]
        }
      }
    },
    {
      "identifier": "urn:air:wenzhanintl.com:tool:phone-login",
      "displayName": "手机号登录",
      "type": "application/agent-card+json",
      "description": "使用中国大陆手机号和短信验证码登录或注册问展网。不会自动提交，需要用户点击登录。",
      "tags": [
        "account",
        "login"
      ],
      "capabilities": [
        "phoneLogin"
      ],
      "representativeQueries": [
        "用手机号登录问展网",
        "注册一个问展网账号"
      ],
      "version": "1.0.0",
      "updatedAt": "2026-09-24T04:10:00Z",
      "data": {
        "name": "phoneLogin",
        "description": "填写手机号和短信验证码。需要用户自己点击登录。",
        "inputSchema": {
          "type": "object",
          "properties": {
            "phone": {
              "type": "string",
              "description": "中国大陆11位手机号"
            },
            "code": {
              "type": "string",
              "description": "短信验证码"
            }
          },
          "required": [
            "phone",
            "code"
          ]
        }
      }
    }
  ]
}
