{
  "tools": [
    {
      "name": "run-audit",
      "description": "Run a full AI readiness audit on a given URL. Returns an overall score (0–100) plus findings for site files, SEO fundamentals, structured data, content structure, image accessibility, automation readiness, and JavaScript rendering.",
      "inputSchema": {
        "type": "object",
        "properties": {
          "url": {
            "type": "string",
            "description": "The fully-qualified URL to audit (e.g. https://example.com). Must be a public, accessible page."
          }
        },
        "required": ["url"]
      }
    }
  ]
}
