{
  "version": "1.0",
  "name": "TotalDesktop",
  "description": "A native, privacy-first application suite for building, operating and learning the Total.js ecosystem.",
  "url": "https://totaldesktop.totaljs.es/",
  "tools": [
    {
      "name": "find_totaldesktop_app",
      "description": "Find the TotalDesktop applications that best match a Total.js development, localization, database, infrastructure, monitoring, Linux or learning need.",
      "readOnly": true,
      "inputSchema": {
        "type": "object",
        "properties": {
          "need": {
            "type": "string",
            "description": "Describe the task, workflow or technical need.",
            "minLength": 3,
            "maxLength": 1000
          }
        },
        "required": ["need"],
        "additionalProperties": false
      }
    }
  ]
}
