{
  "version": "1.0",
  "name": "Spanish Total.js",
  "description": "Advanced engineering with Total.js for AI, computer vision, DeepStream, robotics, automation, real-time systems, data, intelligent search and mission-critical software.",
  "url": "https://totaljs.es/",
  "tools": [
    {
      "name": "explore_totaljs_capabilities",
      "description": "Find advanced Spanish Total.js capabilities for a technology, industrial or business challenge.",
      "readOnly": true,
      "inputSchema": {
        "type": "object",
        "properties": {
          "challenge": {
            "type": "string",
            "description": "A concise description of the challenge to evaluate.",
            "minLength": 3,
            "maxLength": 1200
          }
        },
        "required": ["challenge"],
        "additionalProperties": false
      }
    },
    {
      "name": "start_technology_project",
      "description": "Prepare a visible project contact form that always requires explicit user confirmation before sending.",
      "url": "https://totaljs.es/en/#contact",
      "requiresUserConfirmation": true,
      "inputSchema": {
        "type": "object",
        "properties": {
          "name": { "type": "string", "description": "Name of the person requesting the conversation." },
          "email": { "type": "string", "format": "email", "description": "Reply email address supplied by the user." },
          "company": { "type": "string", "description": "Optional company, organization or project name." },
          "message": { "type": "string", "maxLength": 1200, "description": "Description of the challenge and desired outcome." }
        },
        "required": ["name", "email", "message"],
        "additionalProperties": false
      }
    }
  ]
}
